{% extends "wagtailadmin/base.html" %} {% block titletag %}Move {{ page.title }}{% endblock %} {% block bodyclass %}menu-explorer{% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title="Move" subtitle=page_to_move.title %}
{% if page_to_move.is_leaf %}

Are you sure you want to move this page into '{{ destination.title }}'?

{% else %}

Are you sure you want to move this page and all of its children into '{{ destination.title }}'?

{% endif %}
{% csrf_token %}
{% endblock %}