{% extends 'layout/layout-container.html.twig' %}{% block content %} {% include 'include/_title.html.twig' with {title: ('Tous les instruments')|trans} %} <h1 class="text-center">Instruments</h1> {% include 'instrument/_instruments-list.html.twig' %} <div class="d-flex flex-column align-items-center justify-content-center mb-3"> {{ knp_pagination_render(instruments) }} </div>{% endblock %}