{% blocktrans %}
Use drag and drop with the ⣿ handles to reorder and change hierarchy of pages.
{% endblocktrans %}
{% for page in object_list %}
⣿{{ page.title }}
{% if not page.public %}
{% with page.groups.all as page_groups %}
{% for group in page_groups %}{{ group.name }}{% if not forloop.last %}, {% endif %}
{% empty %}
{% trans "logged users" %}
{% endfor %}
{% endwith %}
{% endif %}
{% if collapse_pages %}{% endif %}
{% endfor %}
{% else %}
{% blocktrans %}
This site doesn't have any page yet. Click on the "New" button in the top
right of the page to add a first one.
{% endblocktrans %}