{% extends "egonomy_newbase.html" %} {% load static %} {% load i18n %} {% load thumbnail %} {% block title %}{% trans "Annotate a picture" %}{% endblock %} {% block content %}

{{ img.metadata.titre|default:_("No title") }}

{% with img.info.image_file as image %} {% if image|is_portrait %} {% thumbnail image "x600" format="PNG" crop="center" as im %} {% empty %} {% endthumbnail %} {% else %} {% thumbnail image "600" format="PNG" crop="center" as im %} {% empty %} {% endthumbnail %} {% endif %} {% endwith %}
{% 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" %} :

Fragments de cette image :

Collections liées à cette image :

Pas de collection

{% endblock %}