{% with tags=manager.tag_annotations %}
{% include "webclient/annotations/tags.html" %}
{% endwith %}
{% trans "Attachments" %}
{% if manager.canAnnotate %}
{% endif %}
{% with fileanns=manager.file_annotations %}
{% include "webclient/annotations/fileanns.html" %}
{% endwith %}
{% include "webclient/annotations/mapannotations.html" %}
{% if manager.xml_annotations or manager.boolean_annotations or manager.double_annotations or manager.long_annotations or manager.term_annotations or manager.time_annotations %}
{% trans "Others" %}:
{% for ann in manager.xml_annotations %}
XML:
{{ ann.getValue|escape|slice:"0:30" }}...
Open in window
{{ ann.getValue }}
{% include "webclient/annotations/custom_ann_tooltip.html" %}
{% endfor %}
{% for ann in manager.boolean_annotations %}
Boolean:
{{ ann.getValue }}
{% include "webclient/annotations/custom_ann_tooltip.html" %}
{% endfor %}
{% for ann in manager.double_annotations %}
Double:
{{ ann.getValue }}
{% include "webclient/annotations/custom_ann_tooltip.html" %}
{% endfor %}
{% for ann in manager.long_annotations %}
Long:
{{ ann.getValue }}
{% include "webclient/annotations/custom_ann_tooltip.html" %}
{% endfor %}
{% for ann in manager.term_annotations %}
Term:
{{ ann.getValue }}
{% include "webclient/annotations/custom_ann_tooltip.html" %}
{% endfor %}
{% for ann in manager.time_annotations %}
Time:
{{ ann.getValue }}
{% include "webclient/annotations/custom_ann_tooltip.html" %}
{% endfor %}
{% endif %}
{% if manager.canAnnotate %}
{% endif %}
{% for tann in manager.text_annotations %}
{% with added_by=tann.link.getDetails.getOwner.id %}
{% include "webclient/annotations/comment.html" %}
{% endwith %}
{% endfor %}
{% endif %}
{% if manager.tag %}
{% include "webclient/annotations/includes/toolbar.html" %}
{% with obj=manager.tag nameText=manager.tag.getValue %}
{% include "webclient/annotations/includes/name.html" %}
{% endwith %}
{% with obj=manager.tag %}
{% include "webclient/annotations/includes/description.html" %}
{% endwith %}
{% if manager.tag.getNs %}
{% ifnotequal manager.tag.getNs insight_ns %}