{% extends "admin/layout.html" %} {% block title %}{{ _("Pages Configuration") }}{% endblock %} {% block contents %}

{{ _("Pages Configuration") }}

{% trans %} Configure your pages settings. {% endtrans %}

{{ _("Show page title") }}
{{ h.checkbox('show_title', form.show_title) }}
{{ _("Show children") }}
{{ h.checkbox('show_children', form.show_children) }}
{{ csrf_protector }}
{% endblock %}