{% extends "photologue/root.html" %} {% load url from future %} {% load i18n %} {% block title %}{% trans "Latest Photo Galleries" %}{% endblock %} {% block content %}
{% trans "Published" %} {{ gallery.date_added }}
{% if gallery.description %}{{ gallery.description|safe }}
{% endif %} {% for photo in gallery.sample %}