{# #}
{{ form_start(form,{"attr": {"class":"validation-wizard wizard-circle"}}) }}
Information Personnelle
{#
#}
{{ form_row(form.lastname) }}
{{ form_row(form.middlename) }}
{{ form_row(form.firstname) }}
{{ form_row(form.sexe) }}
{{ form_row(form.address) }}
{{ form_row(form.email) }}
Affectation roles
{#
#}
{{ form_row(form.account.roles) }}
Information Login
{#
#}
{{ form_row(form.phone) }}
{{ form_row(form.account.email) }}
{{ form_row(form.account.username) }} {{ form_row(form.account.enabled) }}
{{ form_row(form.account.plainPassword) }}

{{ form_end(form) }}