{% extends "base.html" %} {% block title %}{{ project_name }} - Annotation{% endblock %} {% block content %}
{% for image in images %}
Thumbnail {% if image.annotated %} {% endif %}
{{ image.id }} {{ '2023-01-01' }} {% if image.annotated %} Annotated {% elif image.preannotated %} Pre-Annotated {% else %} Not Annotated {% endif %}
{% endfor %}
{% for image in images %} {% endfor %}
{% for image in images %} {% endfor %}
{{ image.id }} Thumbnail
{% if setup_type != 'Classification' %} {% endif %}
{% if setup_type != 'Classification' %}
{% endif %}
{% endblock %}