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

{% for species_index, species_nice, species_text, species_selected in species_list %}
{{ species_index }}
{{ species_nice }}
{% endfor %}
Add Species

{% 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 %}