{% else %}
{% if forloop.counter == 20 and obj_labels|length > 20 %}
and {{ obj_labels|length|subtract:20 }} other objects...
{% endif %}
{% endif %}
{% endfor %}
{% 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 %}
{% for f in batchAnns.File %}
{% with fileann=f.ann links=f.links can_unlink_count=f.unlink can_remove=f.can_remove %}
{% include "webclient/annotations/fileann.html" %}
{% endwith %}
{% endfor %}
{% if not annotationBlocked %}
{% trans "Comment:" %}
{% for tann in manager.text_annotations %}
{% include "webclient/annotations/comment.html" %}
{% endfor %}