{% if sent is defined %}
{% if sent %}
Votre demande de contact a bien été envoyée.
{% else %}
Votre demande de contact n'a pas été envoyée. Veuillez retenter.
{% endif %}
{% endif %}
{{ form_start(formContact, {'method': 'POST', 'action':path('contact')}) }}
{{ form_row(formContact.nom) }}
{{ form_row(formContact.phone) }}
{{ form_row(formContact.email) }}
{{ form_row(formContact.message) }}
{{ form_end(formContact) }}