{% extends "layout.html" %} {% block content %} {% if finished %} {% else %}
{% if imgsetid %} {% endif %} {% if not REFER_DST_ENCODED %}
{{ progress }}%
{% endif %} Annotation ID: {{ aid }}
Region: {{ region_str }}
Hard to tell? Edit the annotation for Image ID: {{ gid }}
{% if name_aid_combined_list %}
    {% for (name_aid, name_quality, name_quality_text, name_viewpoint) in name_aid_combined_list %}
  • {{ name_quality_text }} | {{ name_viewpoint }}
  • {% endfor %}
{% endif %}
Sex: | Age:
Unknown
Female
Male
Indeterminate
Unknown
0-3
(infant)
3-6
(infant)
6-12
(infant)
12-24
(yearling)
24-36
(2 y/o)
36+
(adult)

{% if previous %} Previous {{ previous }} {% endif %}
{% endif %} {% endblock %} {% block content_custom_css %} {% if review %} {% endif %} {% endblock %} {% block content_custom_javascript %} {% endblock %}