{% load i18n %}{% blocktrans with user=password_reset.email.user %}Hello {{ user }},

Please reset your password using the following link:

{{ reset_url }}
{% endblocktrans %}
