{% autoescape false %} {{ app_files }} {% endautoescape %}
{% include "header.html" %} {% include navigation %}
{% if annotations != None %}
Download all target areas
Target annotated images ({{ annotations|length }})
{% for a in annotations %}
{{ segments_position_code[ a[ 'fpc' ] ] }}
{% endfor %}
{% else %}
No target annotations for this donor
{% endif %}