{% extends 'base.html.twig' %} {% block title %}Liste des pages{% endblock %} {% block body %}

Liste des pages

Créer une nouvelle page
{% for custom_page in pagination %} {% else %} {% endfor %}
{{ knp_pagination_sortable(pagination, 'Titre', 'title') }} {{ knp_pagination_sortable(pagination, 'Commission', 'department.name') }} Publiée
{{ custom_page.title }} {{ custom_page.department.name }} {{ custom_page.published | prettyBool }}
Aucune page trouvée

{{ pagination.getTotalItemCount }} pages total

{% endblock %}