{% extends "wagtailadmin/base.html" %}
{% block titletag %}Move {{ page.title }}{% endblock %}
{% block bodyclass %}menu-explorer{% endblock %}
{% block content %}
Move {{ page_to_move.title }}
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 %}