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

{{ gallery.title }}

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

{% if gallery.description %}{{ gallery.description|safe }}{% endif %} {% for photo in gallery.public %} {{ photo.title }} {% endfor %}
{% trans "View all galleries" %}
{% endblock %}