×
{% if image.title %}
{{image.title}}
{% endif %}
{% if image.description %}
{{image.description}}
{% endif %}
{% if image.licences.count %}
{% 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 %}