{% import "jinja_functions.html" as common %} {% autoescape false %} {{ app_files }} {% endautoescape %} {% include "header.html" %} {% include navigation %}
{% for file in files %}
-
{{ common.checked_ok( "mark_" + file[ 'uuid' ] + "_checked_ok" ) }} {{ common.checked_exclamation( "mark_" + file[ 'uuid' ] + "_checked_error" ) }}
{% endfor %}