{% extends 'layouts/base.html' %} {% load i18n %} {% load pyaa %} {% block content %}

{% translate "title.gallery.index" %}

{% if page_obj %}
{% for gallery in page_obj %} {{ gallery.title }}

{{ gallery.title }}

{% endfor %}
{% include 'partials/paginator.html' %} {% else %} {% include 'partials/empty_data.html' %} {% endif %}
{% endblock content %}