{% extends "admin/change_list.html" %} {% load admin_list i18n pages_tags %} {% block title %}{% trans "List of pages" %}{% endblock %} {% block bodyclass %}change-list{% endblock %} {% if not is_popup %}{% block breadcrumbs %} {% endblock %}{% endif %} {% block coltype %}flex{% endblock %} {% block extrahead %}{{ block.super }} {% endblock %} {% block result_list %}
{% csrf_token %} {% if action_form and actions_on_top and cl.full_result_count %}{% admin_actions %}{% endif %}
{% include "admin/pages/page/change_list_table.html" %}
{% if action_form and actions_on_bottom and cl.full_result_count %}{% admin_actions %}{% endif %}
{% endblock %} {% block pagination %}{% endblock %}