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

{% if img.metadata.titre %}{{ img.metadata.titre }}{% else %}({% trans "No title" %}){% endif %}

{% with img.info.image_file as image %} {% thumbnail image "476" format="PNG" crop="center" as im %} {% empty %} {% endthumbnail %} {% endwith %}

{% trans "Fragments from this picture" %}

{% endblock %}