{% for src in js %} {% endfor %} {% for src in css %}
{% endfor %}
{% include "header.html" %} {% include "navigations/submitter.html" %}
{% macro tp_box( tenprint ) %}
{{ tenprint[ 'filename' ] }}
{% endmacro %}
{% for tenprint in tenprint_cards_front %} {{ tp_box( tenprint ) }} {% endfor %}
{% for tenprint in tenprint_cards_back %} {{ tp_box( tenprint ) }} {% endfor %}