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

{% blocktranslate %} Cannot turn {{ old_address }} into a leaf page because this page has child pages. Move the children to a different branch page first. {% endblocktranslate %}

{% trans "Child pages" %}

{% else %}

{% blocktranslate %} This turns {{ old_address }} into a leaf page and renames it to {{ new_address }}. {% endblocktranslate %}

{% translate 'You can no longer create child pages under this branch.' %}

{% csrf_token %}
{% trans 'Cancel' %}
{% endif %} {% endblock %}