{% load i18n %} {% if image.title %}

{{image.title}}

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

{{image.description}}

{% 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.source_type %}
{% trans "Type" %}
{{image.source_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 %} {% 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.support_type %}
{% trans "Support" %}
{{image.support_type}}
{% endif %} {% if image.format_type %}
{% trans "Format" %}
{{image.format_type}}
{% endif %} {% if image.scale %}
{% trans "Scale" %}
{{image.scale}}
{% endif %} {% if image.duplicate %}
{% trans "Has a duplicate" %}
{% trans "Yes" %}
{% endif %} {% if image.item_number and image.item_number != 1 %}
{% trans "Number of items" %}
{{image.item_number}}
{% endif %} {% if image.associated_file %}
{% trans "File" context "not directory" %}
{{image.associated_file_name}}
{% endif %} {% if image.associated_url %}
{% trans "Web" %}
{{image.associated_url}}
{% endif %} {% if image.receipt_date %}
{% trans "Receipt date" %}
{{image.receipt_date}}
{% endif %} {% if image.receipt_date_in_documentation %}
{% trans "Receipt date in documentation" %}
{{image.receipt_date_in_documentation}}
{% endif %} {% if image.comment %}
{% trans "Comment" %}

{{image.comment}}

{% endif %} {% if image.additional_information %}
{% trans "Additional information" %}

{{image.additional_information}}

{% endif %}
{% trans "Related to" %}
{{image.cache_related_label }}