{% extends 'base.html.twig' %} {% block title %}Modifier mon mot de passe - La boutique française{% endblock %} {% block content %}

Modifier mon mot de passe


Retourner à mon compte

{% if notification %}
{{ notification }}
{% endif %} {{ form(form) }}
{% endblock %}