{{ form_start(form, {'attr': {'class': 'form'}}) }} {% include 'flash/__flash.html.twig' %}
{{ form_widget(form.clients.nom) }}
{{ form_widget(form.clients.prenoms) }}
{{ form_widget(form.clients.email) }}
{{ form_widget(form.clients.contacts) }}
{{ form_widget(form.clients.address) }}

{{ form_label(form.typeChauffeur) }} {{ form_widget(form.typeChauffeur) }}
{{ form_label(form.chauffeur) }} {{ form_widget(form.chauffeur) }}
{{ form_label(form.lieu) }} {{ form_widget(form.lieu) }}
{{ form_label(form.lieuText) }} {{ form_widget(form.lieuText) }}
{{ form_label(form.horaires) }} {{ form_widget(form.horaires) }}
{{ form_label(form.salaire) }} {{ form_widget(form.salaire) }}

{{ form_end(form) }}