{% load common_filters %} {% comment %} {% endcomment %} {% if manager.well %} {% endif %}
Owner: {{ image.getOwner.getFullName }}
Acquisition Date: {{ image.getDate|date:"Y-m-d H:i:s" }}
Imported Date: {{ image.creationEventDate|date:"Y-m-d H:i:s" }}
Dimensions (XY): {{ image.getSizeX }} x {{ image.getSizeY }}
Pixels Type: {{ image.getPixelsType }}
Pixels Size (XYZ) ({{ image.getPixelSizeX|lengthunit}}):
{{ image.getPixelSizeX|lengthformat|floatformat:2 }} x {{ image.getPixelSizeY|lengthformat|floatformat:2 }} {% if image.getPixelSizeZ %} x {{ image.getPixelSizeZ|lengthformat|floatformat:2 }} {% endif %}
Z-sections/Timepoints: {{ image.getSizeZ }} x {{ image.getSizeT }}
Channels:
{% if image.getChannels %}
{% for c in image.getChannels %}{% if not forloop.first %}, {% endif %}{{ c.getLabel|escape }}{% endfor %}
{% if image.canEdit %} {% endif %} {% else %} No channel specified {% endif %}
Status: {{ manager.well.status|default:"None" }}