{% extends 'backoffice/base.html.twig' %} {% block title %}E-mail verstuurd{% 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.'|trans }} {{ 'This link will expire in %count%.'|trans({'%count%': resetToken.expirationMessageKey|trans(resetToken.expirationMessageData, 'ResetPasswordBundle')}) }}
{{ 'If you don\'t receive an email please check your spam folder or'|trans }} {{ 'try again'|trans }}.
{% endblock %}