{% autoescape false %} {{ app_files }} {% endautoescape %}
{% include "header.html" %} {% include navigation %}
{% if candidate_list != None %}
{% for cnm in candidate_list %}
{{ cnm[ 'uuid' ][ 0:18 ] }}
{% endfor %}
{% else %}
No CNM candidate at the moment
{% endif %}