{% extends "webgateway/core_html.html" %} {% load i18n %} {% load common_filters %} {% load common_tags %} {% comment %} {% endcomment %} {% block link %} {% endblock %} {% block script %} {% endblock %} {% block body %}

Annotate {{ obj_labels|length }} objects:  

{% include "webclient/annotations/includes/toolbar.html" %}
{% if annotationBlocked %}

{{ annotationBlocked }}

{% endif %}

{% trans "Tags" %}

{% if not annotationBlocked %} {% endif %}
{% for t in batchAnns.Tag %} {% with tag=t.ann links=t.links can_unlink_count=t.unlink can_remove=t.can_remove %} {% include "webclient/annotations/tag.html" %} {% endwith %} {% endfor %}

{% trans "Attach" %}:

{% if not annotationBlocked %} {% endif %}

{% if not annotationBlocked %}

{% trans "Comment:" %}

{% csrf_token %}
{{ form_comment.image }}
{{ form_comment.dataset }}
{{ form_comment.project }}
{{ form_comment.screen }}
{{ form_comment.plate }}
{{ form_comment.acquisition }}
{{ form_comment.well }}
{{ form_comment.comment }}
{% for tann in manager.text_annotations %} {% include "webclient/annotations/comment.html" %} {% endfor %}
{% endif %}
{% endblock %}