{% for src in js %} {% endfor %} {% for src in css %}
{% endfor %}
{% include "header.html" %} {% include navigation %}
{% if nb_segments > 0 %} {% for segment in segments %}
{{ segment[ 'name' ] }}
{% endfor %} {% else %}
No segments at the moment. Go back to the tenprint page and update the segmentation information
{% endif %}