{% else %}
{% if forloop.counter == 20 and obj_labels|length > 20 %}
and {{ obj_labels|length|subtract:20 }} other objects...
{% endif %}
{% endif %}
{% endfor %}
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 %}