| {% trans "Description" %} : | {{ img.metadata.description|default:"" }} |
|---|---|
| {% trans "Author" %} : | {{ img.metadata.auteur|default:"" }} |
| {% trans "Period" %} : | {{ img.metadata.periode|default:"" }} |
| {% trans "Production site" %} : | {{ img.metadata.site|default:"" }} |
| {% trans "Localization" %} : | {{ img.metadata.localisation|default:"" }} |
{% trans "Keywords" %} :
-
{% for t in img.metadata.tag_list %}
{% if t != "" %}
- {{ t }} {% endif %} {% endfor %}
{% trans "Fragments from this picture" %} :
{% if fragment_list %}-
{% for fragment in fragment_list %}
-
{% include "partial/picture_and_red_fragment.html" %}
{{ fragment.title }}
{% trans "Annotated by" %} {{ fragment.author }}
{% endfor %}
{% trans "No fragment" %}
{% endif %}{% trans "Collections including this picture" %} :
{% if related_collections %}-
{% for c in related_collections %}
-
{{ c.title }}
{% trans "by" %} {{ c.author }}
{% endfor %}
{% trans "No collection" %}
{% endif %}
{% endthumbnail %}
{% else %}
{% thumbnail image "600" format="PNG" crop="center" as im %}