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

{{ fragment.title }}

{% with fragment.image.info.image_file as image %} {% thumbnail image "476" format="PNG" crop="center" as im %} {% empty %} {% endthumbnail %} {% endwith %}

{% trans "Fragments from this picture" %}

{% endblock %}