{% extends "layout.html" %} {% block content %} {% if finished %}
{% if imgsetid %} {% endif %}
{% else %}
{% if imgsetid %} {% endif %} {% if not REFER_DST_ENCODED %}
{{ progress }}%
{% endif %} Part ID: {{ part_rowid }}
Annotation ID: {{ aid }}
Hard to tell? Edit the annotation for Image ID: {{ gid }}

{% for part_type_index, part_nice_text, part_type_text, part_type_selected in part_type_option_list %}
{{ part_type_index }}
{{ part_nice_text }}
{% endfor %}
Add Part Type

{% if previous %} Previous {{ previous }} {% endif %}


{% endif %} {% endblock %} {% block content_custom_css %} {% if review %} {% endif %} {% if EMBEDDED_CSS %} {{ EMBEDDED_CSS|safe }} {% endif %} {% endblock %} {% block content_custom_javascript %} {% if EMBEDDED_JAVASCRIPT %} {{ EMBEDDED_JAVASCRIPT|safe }} {% else %} {% endif %} {% endblock %}