{% block body %} {% if (contacts is defined) and (contacts|length > 0) %} {% for c in contacts %}
{% if c.photo %} {{c.nom}} {{c.prenom}} {% else %} {{c.nom}} {{c.prenom}} {% endif %}

{{c.nom}} {{c.prenom}}

{{c.ville}}

{{c.mail1}}

{#

{{c.tel1}}

#}
Créer facture Créer devis Créer rdv
{# Affiché en Ajax #}
{% endfor %} {% else %}

Aucun contact n'a encore été enregistré dans la base.

{% endif %} {% endblock %}