{% extends 'base.html.twig' %} {% block title %}{{ 'lang.passwordResetSent'|trans }}{% endblock %} {% block body %}
{# If an account matching your email exists, then an email was just sent that contains a link that you can use to reset your password.#} {{ 'lang.passwordResetAdvice'|trans }} {{ 'lang.confirmEmailExpire'|trans }} {{ resetToken.expirationMessageKey|trans(resetToken.expirationMessageData, 'ResetPasswordBundle') }}.
{# If you don't receive an email please check your spam folder or #} {{ 'lang.passwordResetAdviceNoEmail'|trans }} {{ 'lang.tryAgain'|trans }}.