{% extends 'base.html.twig' %} {% block title %}Liste des clients{% endblock %} {% block body %} {% for customer in customers %} {% endfor %} {% endblock %}