{% trans_default_domain 'FOSUserBundle' %}

Vos informations

{{ form_start(form, { 'action': path('fos_user_profile_edit'), 'attr': { 'class': 'fos_user_profile_edit' } }) }} {{ form_row(form.prenom) }} {{ form_row(form.nom) }} {{ form_row(form.username) }} {{ form_row(form.email) }} {{ form_row(form.current_password) }}
{{ form_end(form) }}