{% extends "labeler_base.html" %} {% block title %}{{ project_name }} - Annotation{% endblock %} {% block content %}
{% for image in images %}
Thumbnail {% if image in annotated_images %} {% endif %}
{{ loop.index0 }} {{ '2023-01-01' }} {% if image in annotated_images %} Annotated {% elif image in preannotated_images %} Pre-Annotated {% else %} Not Annotated {% endif %}
{% endfor %}
{% for image in images %} {% endfor %}

Images

{% for image in images %} {% endfor %}
{{ loop.index0 }} Thumbnail
{% endblock %}