{% set alert = app.flashes('successMessage') %} {% if alert is not empty %} {{ alert[0] | bootstrapAlert }} {% endif %} {% set alert = app.flashes('dangerMessage') %} {% if alert is not empty %} {{ alert[0] | bootstrapAlert }} {% endif %}
Ajouter Contact
{% for contact in contacts %}

{{ contact.nom }}

{{ contact.numero }}
{% if contact.email is not empty %} {{ contact.email }} {% elseif contact.email is empty %} {% endif %}
Type | {{ contact.type|typeContact }}
{% endfor %}