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

Selected {{ obj_labels|length }} objects:  

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

Annotations


{% if annotationBlocked %}

{{ annotationBlocked }}

{% endif %}

{% trans "Rating" %}

{% if not annotationBlocked %} 0 %}style="display:none"{% endif %} class="btn silver btn_add"> {% endif %}
(avg: {{ ratings.average }} / {{ ratings.count }} votes)

{% trans "Tags" %}

{% if not annotationBlocked %} {% endif %}
{% include "webclient/annotations/tags.html" %}

{% 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 %}