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

{{ fragment.title }}

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

{% trans "Fragments from this picture" %}

{% endblock %}