{% trans 'Sequencing pages' %}

{% trans 'Here you can change the page position by setting the weights.' %}
({% trans 'ascending order' %})

{% trans 'Switch to a other page level:' %} {% if has_parents and not use_parent %}{% endif %} « {% trans 'parent' %} {% if has_parents and not use_parent %}{% endif %} | {% if not use_current %}{% endif %} {% trans 'current' %} {% if not use_current %}{% endif %} | {% if has_childs and not use_child %}{% endif %} {% trans 'child' %} » {% if has_childs and not use_child %}{% endif %}

{% for page in sequencing_data %} {% endfor %}
{{ page.name|escape }} current weight: {{ page.position }}