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

{% trans 'New fragment' %} :

{% 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 %}
{% csrf_token %}
{% if img.metadata.mots_cles %} {% endif %}

{% trans 'Fragments from this picture' %}

{% endblock %}