{% load i18n %}{% blocktrans with user.username as username %}You're receiving this email because you requested a password reset
for your user account.

Your new password is: {{ new_password }}

Your username, in case you've forgotten: {{ username }}

You should log in as soon as possible and change your password.

Thanks for using our site!
{% endblocktrans %}

{% comment %}

Deprecated and to be removed soon.
{% endcomment %}