{% extends "wagtailadmin/base.html" %} {% load i18n %} {% block titletag %}{% trans "Trash Can" %}{% endblock %} {% block extra_js %} {% include "wagtailadmin/pages/_editor_js.html" %} {{ form.media }} {% endblock %} {% block content %} {% trans "Restore page to new location" as header_title %} {% include "wagtailadmin/shared/header.html" with title=header_title icon="redirect" %}
Choose a destination where the page will be restored to
{% endblocktrans %}