{% extends 'layouts/base.html' %} {% load i18n %} {% load pyaa %} {% block content %} {% url 'gallery_index' as url_gallery_index %}

{{ gallery.title }}

{% if page_obj %} {% include 'partials/paginator.html' %} {% else %} {% include 'partials/empty_data.html' %} {% endif %}
{% translate "button.back" %}
{% endblock content %}