{% autoescape off %}{% load usertools %}Hi {{user|display_name}},

You're receiving this email because you requested a password reset for your user account at {{domain}}.

Your username: {{user.get_username}}

Please go to the following page and choose a new password:

{{protocol}}://{{domain}}{% url 'password_reset_confirm' uidb64=uid token=token %}

If clicking isn't working for you, simply paste the URL into your favorite web browser.

See you soon!{% endautoescape %}
