{% extends "egonomy_base.html" %} {% load static %} {% load i18n %} {% load thumbnail %} {% load egonomy_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.8 as ratio %} {% with "476" as w_size %} {% with "x600" as h_size %} {% include "partial/picture_and_fragment.html" %} {% endwith %} {% endwith %} {% endwith %}
{% endif %}
{% ifequal user fragment.author %} {% endifequal %}

{% trans "Fragments from this picture" %}

{% endblock %}