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

{{ fragment.title }}

{% if search %} {% if index_search > 0 %}
{% endif %} {% if index_search|add:1 < nb_results %}
{% endif %} {% 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 %}

{% trans "Collections including this fragment" %} :

{% if related_collections %} {% else %}

{% trans "No collection" %}

{% endif %}
×

{% trans 'Source : Wikipédia' %}

{% endblock %}