{% extends "admin/change_list.html" %} {% load i18n admin_static admin_list cms_admin cms_js_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 extrastyle %} {{ block.super }} {% if cl.is_filtered %} {% endif %} {% endblock extrastyle %} {% block extrahead %} {{ block.super }} {% block jquery %}{% endblock %} {# load nonconflict pre and post files to fix conflict if there is another jQuery loaded #} {# the code is included by a external file because the code has to be loaded into a python file where the wizard is loaded as well #} {# load changelist and jstree #} {% endblock extrahead %} {% block content %}
{% block object-tools %}
{% trans "Loading..." %}
{% endblock %}
{% block search %}
{% if cl.has_access_to_multiple_sites %}
{% trans "Pages on:" %} {% csrf_token %}
{% else %} {% endif %}
{% search_form cl %} {% endblock %} {% block date_hierarchy %}{% date_hierarchy cl %}{% endblock %} {% block filters %} {% if cl.has_filters %} {% trans "Filter:" %} {% if cl.is_filtered %}{% trans "on" %}{% else %}{% trans "off" %}{% endif %} {% endif %} {% endblock %} {% include "admin/cms/page/tree/base_header.html" %}
{% endblock %}