{% extends "pgallery/base_photos.html" %} {% load i18n %} {% block content %}

{{ gallery.title }}

{% include "pgallery/gallery_menu.html" %} {{ gallery.description }} {% include "pgallery/thumbnail_list.html" with photo_list=gallery.photos.all %}
{% endblock %}