{% extends "wagtailadmin/base.html" %} {% block titletag %}Delete {{ page.title }}{% endblock %} {% block bodyclass %}menu-explorer{% endblock %} {% block content %}

Delete {{ page.title }}

Are you sure you want to delete this page? {% if descendant_count %}This will also delete {{ descendant_count }} subpage{{ descendant_count|pluralize }}.{% endif %}

{% if page.live %}

Alternatively you can unpublish the page. This removes the page from public view and you can edit or publish it again later.

{% endif %}
{% csrf_token %} {% if page.live %}Unpublish it{% endif %}
{% endblock %}