{% extends "admin/change_list.html" %} {% load i18n l10n admin_list static admin_urls cms_admin cms_js_tags cms_static cms_tags %} {# TODO might not need that #} {% block title %}{% trans "List of pages" %}{% endblock %} {% block bodyclass %}{{ block.super }} change-list cms-pagetree-wrapper{% endblock %} {% block coltype %}flex{% endblock %} {% block date_hierarchy %}{% endblock %} {% block pagination %}{% endblock %} {% block extrahead %} {{ block.super }} {# INFO: we need to add styles here instead of "extrastyle" to avoid conflicts with adminstyle #} {% endblock extrahead %} {% if not is_popup %} {% block breadcrumbs %} {% django_version_gte 6 1 as new_breadcrumbs %} {% if new_breadcrumbs %}
{% else %} {% endif %} {% endblock %} {% endif %} {% block content_title %}{% endblock %} {% block object-tools-items %}{% endblock %} {% block content %} {% spaceless %}