{% if (contacts is defined) and (contacts is not empty) %} {% for c in contacts %} {% endfor %}
Nom N° Contact N° Client Ville
{{c.nom}} {{c.prenom}} {{c.numcontact}} {{c.numclient}} {{c.ville}} Choisir
{% else %}

Aucun contact n'a été trouvé avec les informations de recherche choisies.

{% endif %}