| {% trans "Source picture" %} : | {{ fragment.image.metadata.titre|default:_("No title") }} |
|---|---|
| {% trans "Fragment's title" %} : | {{ fragment.title }} |
| {% trans "Fragment's description" %} : | {{ fragment.description }} |
| {% trans "Last modification" %} : | {{ fragment.date_saved }} {% trans 'by' %} {{ fragment.author }} |
| {% trans "Fragment's keywords" %} : |
|
|---|
{% 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 fragment" %} :
{% if related_collections %}-
{% for c in related_collections %}
-
{{ c.title }}
{% trans "by" %} {{ c.author }}
{% endfor %}
{% trans "No collection" %}
{% endif %}