{% extends 'base.html.twig' %} {% block title %}Modifier mon mot de passe -Yggdrasil {% endblock %} {% block content %}

Modifier mon mot de passe

- Retourner à mon compte

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