{{ title }}
{{ _('Please provide a new slug for this page using the field below.') }}
{% if conflicts: %}{{ _('Your requested move cannot be completed due to slug conflicts:') }}
-
{% for doc in descendants %}
- {{ doc }} {% endfor %}
{{ _('Please choose a different slug value.') }}