{% extends "base.html" %} {% load static i18n %} {% block content %}

{% trans "Photo gallery" %}

{% for album in object_list %} {% include "./include/album.html" %} {% endfor %}
{% endblock content %}