{% extends template %} {% load i18n %} {% load finchtags %} {% block content %}
{% trans "You can't move a root page." %} {% trans "Back" %}
{% else %}{% blocktrans with page.urlpath as path %}Select a page in the sitemap below. The current page (/{{ path }}) will become a childpage (last in order) of the selected page and will inherit the access permissions from its new 'parent'.{% endblocktrans %}