{% if manager.image %}
{% with image=manager.image canDownload=manager.image.canDownload %}
{% include "webclient/annotations/includes/toolbar.html" %}
{% endwith %}
{% with obj=manager.image nameText=manager.image.name %}
{% include "webclient/annotations/includes/name.html" %}
{% endwith %}
Image Details
{% with obj=manager.image %}
{% include "webclient/annotations/includes/description.html" %}
{% endwith %}
{% with image=manager.image parent=manager.image.getParent %}
{% include "webclient/annotations/includes/core_metadata.html" %}
{% endwith %}
{% else %}
{% if manager.dataset %}
{% include "webclient/annotations/includes/toolbar.html" %}
{% with obj=manager.dataset nameText=manager.dataset.name %}
{% include "webclient/annotations/includes/name.html" %}
{% endwith %}
Dataset Details
{% with obj=manager.dataset %}
{% include "webclient/annotations/includes/description.html" %}
{% endwith %}
Creation Date:
{{ manager.dataset.getDate|date:"Y-m-d H:i:s" }}
{% else %}
{% if manager.project %}
{% include "webclient/annotations/includes/toolbar.html" %}
{% with obj=manager.project nameText=manager.project.name %}
{% include "webclient/annotations/includes/name.html" %}
{% endwith %}
Project Details
{% with obj=manager.project %}
{% include "webclient/annotations/includes/description.html" %}
{% endwith %}
Creation Date:
{{ manager.project.getDate|date:"Y-m-d H:i:s" }}
{% endif %}
{% endif %}
{% endif %}
{% if manager.well %}
{% with image=manager.well.getWellSample.image %}
{% with canDownload=manager.well.canDownload omeTiffDisabled=True %}
{% include "webclient/annotations/includes/toolbar.html" %}
{% endwith %}
{% with obj=image nameText=image.name wellImageId=image.id %}
{% include "webclient/annotations/includes/name.html" %}
{% endwith %}
Well Details
{% with obj=image %}
{% include "webclient/annotations/includes/description.html" %}
{% endwith %}
{% include "webclient/annotations/includes/core_metadata.html" %}
{% endwith %}{# "image=manager.well.getWellSample.image" #}
{% else %}
{% if manager.acquisition %}
{% include "webclient/annotations/includes/toolbar.html" %}
{% with obj=manager.acquisition nameText=manager.acquisition.name %}
{% include "webclient/annotations/includes/name.html" %}
{% endwith %}
Run Details
{% with obj=manager.acquisition %}
{% include "webclient/annotations/includes/description.html" %}
{% endwith %}
{% for tann in manager.text_annotations %}
{% with added_by=tann.link.getDetails.getOwner.id %}
{% include "webclient/annotations/comment.html" %}
{% endwith %}
{% endfor %}
{% if manager.xml_annotations or manager.boolean_annotations or manager.double_annotations or manager.long_annotations or manager.term_annotations or manager.time_annotations %}
Others
{% 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 %}
{% 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 %}