{% extends "pgallery/base_photos.html" %}
{% load i18n %}
{% block content %}
{% for gallery in gallery_list %}
{{ gallery.title }}
{% include "pgallery/thumbnail_list.html" with photo_list=gallery.get_teaser_photos %}
{% trans "There aren't any galleries." %}
{% endfor %} {% endblock %}