{% load i18n %}{% autoescape off %}{% blocktrans %}You're receiving this email because you requested a password reset for your user account at
{{ site_name }}.{% endblocktrans %}

{% trans "Your username, in case you've forgotten:" %} {{ user.get_username }}

{% trans "Please click on the following link to choose a new password:" %}
{{ call_to_action_url }}
{% endautoescape %}
