{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {% extends "admin/change_list.html" %} {% load i18n %} {% load static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% include "admin/koriander/page/includes/breadcrumbs.html" %} {% endblock %} {% block content %}

{% blocktrans count pages=total %} {{ pages }} page total {% plural %} {{ pages }} pages total {% endblocktrans %}

{{ tree }}

{% trans 'Back to pages' %}

{% endblock %}