{% extends "layout.html.twig" %} {% block title %}Customer{% endblock %} {% block content %}

{{ block('title') }}

{% for customer in customers %}

{{ customer.id }}

{% endfor %} {% endblock %}