{% extends 'base.html.twig' %} {% form_theme requestForm 'bootstrap_5_layout.html.twig' %} {% block title %}{{ 'lang.passwordReset'|trans }}{% endblock %} {% block body %}
{# Enter your email address, and we will send you a #} {# link to reset your password. #} {{ 'lang.passwordResetEnterEmail'|trans }}
{{ form_end(requestForm) }}