{% extends 'base.html.twig' %} {% block title %}Mot de passe oublié — Bubul{% endblock %} {% block show_sidebar %}false{% endblock %} {% block meta_robots %}noindex, nofollow{% endblock %} {% block body %} {% embed '_organisms/step-layout/step-layout.html.twig' with { backUrl: path('app_login'), backLabel: '← Retour à la connexion' } %} {% block heading %}

Mot de passe oublié ?

Entrez votre adresse email et nous vous enverrons un lien de réinitialisation.

{% endblock %} {% block card %}
{% include '_atoms/form/input.html.twig' with { type: 'email', label: 'Adresse email', name: 'email', id: 'email', required: true, placeholder: 'vous@exemple.fr', icon: 'mail', attr: {'autofocus': 'autofocus'} } only %}
{% include '_atoms/button/button.html.twig' with { label: 'Envoyer le lien de réinitialisation', type: 'submit', variant: 'primary', width: 'full' } only %}
{% endblock %} {% endembed %} {% endblock %}