{% extends "egonomy_base.html" %} {% load static %} {% load i18n %} {% load thumbnail %} {% load egonomy_thumbnail %} {% block title %}{% trans "Create or edit a fragment" %}{% endblock %} {% block css_page %} {% endblock %} {% block js_import %} {{block.super}} {% endblock %} {% block js_inline %} {{block.super}} {% endblock %} {% block content %}
×

{% if frg_to_modify %}{{ frg_to_modify.title }}{% else %}{% trans 'New fragment' %}{% endif %} :

{% with img.info.image_file as image %} {% if image|ratio > 0.8 %} {% thumbnail image "476" format="PNG" crop="center" as im %} {% empty %} {% endthumbnail %} {% else %} {% thumbnail image "x600" format="PNG" crop="center" as im %} {% empty %} {% endthumbnail %} {% endif %} {% endwith %}
{% if frg_to_modify %}{% endif %} {% csrf_token %}
{% if img.metadata.mots_cles %} {% endif %} {% if img.metadata.titre_pertimm %} {% endif %} {% if img.metadata.description_pertimm %} {% endif %} {% if img.metadata.thesaurus_pertimm %} {% endif %}

{% trans "Fragments from this picture" %}

{% endblock %}