{% extends '@Flexy/FrontBundle/Themes/Mutaweef/templates/layout.html.twig' %} {% block body %} {% include "@Flexy/FrontBundle/Themes/mutaweef/myaccount/_nav.html.twig" %}
{% for message in app.flashes('success') %} {% endfor %}

Informations personnelles

{{ form_start(registrationCustomerForm) }}
{{ form_widget(registrationCustomerForm.firstName) }}
{{ form_widget(registrationCustomerForm.lastName) }}
{{ form_widget(registrationCustomerForm.email) }}
{{ form_widget(registrationCustomerForm.postCode) }}
{{ form_row(registrationCustomerForm.gender) }}
{{ form_widget(registrationCustomerForm.phone) }}
{{ form_row(registrationCustomerForm.dateOfBirth) }}

{{ form_end(registrationCustomerForm) }}
{% endblock %} {% block javascripts %} {{parent()}} {% endblock %}