{% extends "base-gray.html.twig"%} {%block title%} Modification of the password - {{ parent() }} {%endblock%} {%block body%}
{% if app.request.hasPreviousSession %} {% for type, messages in app.session.flashbag.all %} {% for message in messages %}
× {{ message|raw }}
{% endfor %} {% endfor %} {% endif %}
Modification of the password
{{form_start(form)}}
{{form_errors(form.password.first)}}
{{form_widget(form.password.first)}}
{{form_widget(form.password.second)}}
{{form_end(form)}}
{%endblock%}