{% extends "layout.html" %} {% block content %} {% if finished %} {% else %}
{% if not REFER_DST_ENCODED %}
{{ progress }}%
{% endif %}
{% if imgsetid %}
Imageset: {{ imagesettext }}
{% endif %}
Image ID{% if THROW_TEST_AOI_REVIEWING_AVAILABLE %}*{% endif %}: {{ gid }} {% if only_aid %}
Annotation ID: {{ only_aid }} {% endif %}
Folder(s): {{ imagesettext_list_str }}
Filename: {{ original_filename }}
Hold Ctrl for hotkeys
{% include 'review/detection_insert.html' %}
{% endif %} {% endblock %} {% block content_custom_css %} {% if review %} {% endif %} {% endblock %} {% block content_custom_javascript %} {% endblock %}