{% extends 'base/base.html' %} {% load static %} {% block navblock %}
  • Imageset
  • {% endblock %} {% block bodyblock %}

    Manage annotations of {% if selected_image_set.team %} {{selected_image_set.team.name}}/{% endif %}{{selected_image_set.name}}

    {% if annotations.has_other_pages %}

    Page {{ annotations.number }} of {{ annotations.paginator.num_pages }}

    {% endif %}
    {% for annotation in annotations %} {% endfor %}
    Image Type Annotation Verifications Creator Last editor Action
    {{ annotation.image.name }} {{ annotation.annotation_type.name }} {{ annotation.content | truncatechars:60}}{% if annotation.blurred %} Blurred{% endif %}{% if annotation.concealed %} Concealed{% endif %} {% if annotation.verification_difference %} {{ annotation.verification_difference }} {% else %} 0 {% endif %} {{ annotation.user.username }} {{ annotation.last_editor.username }}
    {% endblock %}