{% extends 'base.html.twig' %} {% block title %}Réinitialisation de mot de passe{% endblock %} {% block body %}

Réinitialisation de mot de passe

{{ form_start(requestPassForm) }} {{ form_row(requestPassForm.email) }} {{ form_end(requestPassForm) }}
{{ include('_partials/_footer.html.twig', { 'business_hours': business_hours }) }} {% endblock %}