{% extends "base.html.twig" %} {% block title 'Contact' %} {% block body %}
{% for message in app.flashes('success') %}
{{ message }}
{% endfor %} {% if not form.vars.valid %}
Erreur ! Vérifier vos informations.
{% endif %}

Contact

Votre projet commence ici !

Nous contacter

Pictogramme téléphone 06 32 95 32 35
Pictogramme enveloppe marie@charbertduvalauxerre.fr
Pictogramme localisation 3 rue de grand Hemont, 89470 Moneteau
Pictogramme horloge Du lundi au vendredi : 9h00 - 12h00 / 14h00 - 18h00
Le samedi : 10h00 - 12h00 / 14h00 - 18h00

Nous suivre

Pictogramme Instagram
{{ form_start(form) }}

Vos informations

{{ form_row(form.prenom) }}
{{ form_row(form.nom) }}
{{ form_row(form.telephone) }}
{{ form_row(form.email) }}

Votre projet

{{ form_row(form.budget) }}
{{ form_row(form.delai) }}
{{ form_row(form.description) }}

Vos préférences de contact

{{ form_row(form.disponibilite) }}
Plages horaires {{ form_row(form.matin) }}
{{ form_row(form.aprem) }}
{{ form_end(form) }}
{% endblock %}