{% extends 'base.html' %} {% load i18n staticfiles sekizai_tags %} {% block content %}

{% trans 'Gallery' %}

{% for album in gallery %}
{{ album.description }}

{{ album.title }}

{% trans 'Show photos' %}
{% endfor %}
{% endblock content %}