{% import "jinja_functions.html" as common %} {% for src in js %} {% endfor %} {% for src in css %} {% endfor %} {% autoescape false %} {{ app_files }} {% endautoescape %} {% include "header.html" %} {% include navigation %}
{% for tenprint in tenprint_cards %}
{{ tenprint[ 'username' ] }}
{{ common.checked_exclamation( "tenprint_" + tenprint[ 'uuid' ] + "_checked_error" ) }}
{% endfor %}