{% extends template %} {% load i18n %} {% load finchtags %} {% block content %}

{% trans "Move page" %}

{% if page.is_root %}

{% 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 %}

{% spaceless %}{% for p, structure in tree|tree_info %} {% if structure.new_level %}{% endfor %} {% endfor %}{% endspaceless %}
{% ifequal template 'finch/ajax.html' %} {% trans 'Close window' %} {% endifequal %} {% endif %} {% endblock %}