{% extends 'layout/2column.html' %} {% block layout_header %} {% block layout_header_before %} {% endblock %}
{% block layout_header_after %} {% endblock %} {% endblock %} {# /content_head #} {% block content_main %} {% block content_main_before %} {% if req.query.renamed %}
{{ t('Moved') }}: {{ t('page_page.notice.moved', req.query.renamed) }}
{% endif %} {% if req.query.unlinked %}
{{ t('Unlinked') }}: {{ t('page_page.notice.unlinked') }}
{% endif %}

Page is not found

{% endblock %}
{# list view #}
{% if pages.length == 0 %}
There are no pages under {{ path }}.
{% endif %} {% include 'widget/page_list.html' with { pages: pages, pager: pager, viewConfig: viewConfig } %}
{# edit view #}
{% include '_form.html' %}
{% block content_main_after %} {% endblock %} {% endblock %} {% block content_footer %} {% endblock %}