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

Modifier votre mot de passe

{{ form_start(registrationCustomerForm) }}
{{ form_widget(registrationCustomerForm.simulatePassword) }}

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