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

Selected {{ obj_labels|length }} objects:  

Annotations


{% if annotationBlocked %}

{{ annotationBlocked }}

{% endif %} {% for t in ome.metadata_panes|dictsort:"index" %} {% with "webclient/annotations/includes/metadata_general_"|add:t.name|add:".html" as metadata_templates_path %} {% with label=t.label %} {% include metadata_templates_path %} {% endwith %} {% endwith %} {% endfor %}
{% endblock %}