{% extends "admin/change_list.html" %} {% load admin_list i18n pages_tags static %} {% block coltype %}flex{% endblock %} {% block extrahead %}{{ block.super }} {% endblock %} {% block bodyclass %}{{ block.super }} change-list-pages{% 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 %}