{# 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 %}

{% blocktrans with title=page.title %}Are you sure you want to publish {{ title }}?{% endblocktrans %}

{% translate 'This will publish your page to the following address once you upload your website:' %}

{{ base_url }}/{{ page.address }}
{% csrf_token %}
{% trans "Go back" %}
{% endblock %}