{% extends 'base.html.twig' %} {% block title %}Réinitialisez votre mot de passe{% endblock %} {% block content %} <h1>Réinitialisez votre mot de passe</h1> {{ form_start(resetForm) }} {{ form_row(resetForm.plainPassword) }} <button class="btn btn-primary">Reset password</button> {{ form_end(resetForm) }} {% endblock %}