{% for src in js %} {% endfor %} {% for src in css %}
{% endfor %}
{% include "header.html" %} {% include navigation %}
{% if admin %}
Marks
{% for user in all_afis_users %}
{{ user[ 'username' ] }}
{% endfor %}
References
{% for user in all_afis_users %}
{{ user[ 'username' ] }}
{% endfor %}
{% endif %} {% if annotation_list != None %}
Target annotations ({{ annotation_list|length }})
{% for s in annotation_list %}
{{ s[ 'uuid' ][ 0:18 ] }}
{% endfor %}
{% else %}
No annotations for this finger at the moment
{% endif %} {% if segments_list != None %}
Non annotated images ({{ segments_list|length }})
{% for s in segments_list %}
{{ s[ 'uuid' ][ 0:18 ] }}
{% endfor %}
{% elif admin %}
No segment images in this folder at the moment
{% endif %} {% if marks_list != None %}
Marks ({{ marks_list|length }})
{% for mark in marks_list %}
{{ mark[ 'uuid' ][ 0:18 ] }}
{% endfor %}
{% elif admin %}
No mark images in this folder at the moment
{% endif %}