{% for src in js %} {% endfor %} {% for src in css %}
{% endfor %}
{% include "header.html" %} {% include navigation %}
{% 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 %}
{% else %}
No segment/mark images in this folder at the moment
{% endif %}