{% extends 'Mails/email-base.html.twig' %} {% block content %}

Good day {{ user.email }}

To reset your password, please visit the following link

{{ url('app_reset_password', {token: resetToken.token}) }} If you didn't request a new password, you can safely delete this email

This link will expire in {{ resetToken.expirationMessageKey|trans(resetToken.expirationMessageData, 'ResetPasswordBundle') }}.

You are receiving this email because you claim to have forgotten your password from {{ appname }}

{% endblock %}