{% for src in js %} {% endfor %} {% for src in css %}
{% endfor %}
{% include "header.html" %} {% include navigation %}
Download this folder
Annotation illustration PiAnoS ({{ annotations|length }})
{% for a in annotations %}
{{ a[ 'uuid' ][ 0:18 ] }}
{% if admin %}
{% else %}
{% endif %}
{% endfor %} {% if admin %}
Add illustration
{% endif %}
{% if tenprints_list|length > 0 %}
Tenprint ({{ tenprints_list|length }})
{% for tenprint in tenprints_list %}
{{ tenprint[ 'uuid' ][ 0:18 ] }}
{% endfor %}
{% endif %} {% if mark_list|length > 0 %}
Marks ({{ mark_list|length }})
{% for mark in mark_list %}
Mark {{ mark[ 'id' ] }}
{% endfor %}
{% endif %}