{% extends 'common/layout.html.twig' %} {% block content %} <div class='container comptoirslist mt-5'> <h1 class='pagetitle'>Comptoirs</h1> <div class="my-3 p-5 bg-secondary rounded box-shadow row"> {% for comptoir in comptoirs %} {% include 'common/one_comptoir.html.twig' %} {% endfor %} </div> </div> {% endblock %}