{% extends 'base.html.twig' %} {% block title %}Mot de passe oublié - l'Atelier Yggdrasil{% endblock %} {% block content %}
{% for message in app.flashes('notice')%}
{{ message }}
{% endfor %}

Rénitialiser mon mot de passe

{# Uncomment this section and add a remember_me option below your firewall to activate remember me functionality. See https://symfony.com/doc/current/security/remember_me.html
#}

Ou souhaitez-vous Vous connecter

{% endblock %}