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

{{ fragment.title }}

{% if fragment_only %}
{% with fragment.image.info.image_file as image %} {% include "partial/fragment_only.html" %} {% endwith %}
{% else %}
{% with 0.99 as ratio %} {% with "600" as w_size %} {% with "x600" as h_size %} {% include "partial/picture_and_fragment.html" %} {% endwith %} {% endwith %} {% endwith %}
{% endif %}
{% 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 }}
{% if fragment_only %} {% else %} {% endif %}
{% trans "See the fragment in its full picture" %} :
{% with 1 as ratio %} {% with "110" as w_size %} {% with "x110" as h_size %} {% include "partial/picture_and_fragment.html" %} {% endwith %} {% endwith %} {% endwith %}
{% trans "See the fragment only" %} :
{% with image=fragment.image.info.image_file %} {% include "partial/fragment_only.html" %} {% endwith %}
{% trans "Fragment's keywords" %}

{% trans "Fragments from this picture" %} :

{% if fragment_list %} {% else %}

{% trans "No fragment" %}

{% endif %}

Collections liées à cette image :

{% trans "No collection" %}

{% endblock %}