{% extends "photologue/root.html" %} {% load i18n %} {% block title %}{{ gallery.title }}{% endblock %} {% block content %}

{{ gallery.title }}

{% trans "Published" %} {{ gallery.date_added }}

{% if gallery.description %}{{ gallery.description|safe }}{% endif %}
{% trans "View all galleries" %}
{% endblock %}