{% for customer in customers %} {% endfor %}
ID Nom Téléphone Mobile Email Adresse Actions
{{ "%'04s"|format(customer.id) }} {{ customer.name }} {{ customer.phoneNumber }} {{ customer.mobileNumber }} {{ customer.email }} {{ customer.address ~ ' ' ~ customer.location }} {# #}