{% load i18n %}{% if item.images.count %}
{% for image in item.images.all %}
× {% if image.title %}

{{image.title}}

{% endif %} {% if image.description %}

{{image.description}}

{% endif %} {% if image.licences.count %}
{% trans "Licenses" %}
{% for license in image.licenses.all %} {% if not forloop.first %} ; {% endif %}{% if license.url %}{% endif %} {{license}} {% if license.url %}{% endif %} {% endfor %}
{% endif %} {% if image.authors.count or image.authors_raw %}
{% trans "Authors" %}
{% for author in image.authors.all %} {% if not forloop.first %} ; {% endif %}{{author}}{% endfor %} {% if image.authors_raw %} {% if image.authors.count %} ; {% endif %} {{image.authors_raw}} {% endif %}
{% endif %} {% if image.image_type %}
{% trans "Type" %}
{{image.image_type}}
{% endif %} {% if image.reference %}
{% trans "Ref." %}
{{image.reference}}
{% endif %} {% if image.internal_reference %}
{% trans "Internal ref." %}
{{image.internal_reference}}
{% endif %} {% if image.creation_date %}
{% trans "Creation date" %}
{{image.creation_date}}
{% endif %}
{% endfor %}
{% for image in item.images.all %} {% if output != "ODT" %}{% endif %} {% if output != "ODT" %}{% endif %} {% endfor %}
{% endif%}