{% extends "photologue/root.html" %} {% load i18n %} {% block title %}{% trans "All galleries" %}{% endblock %} {% block content %}
{% trans "Published" %} {{ gallery.date_added }}
{% if gallery.description %}{{ gallery.description|safe }}
{% endif %} {% for photo in gallery.sample %}