{% load i18n %}{% blocktrans %}Hello,

We have received a password recovery request at {{ domain }}. In order to change the password for the user with username {{ username }} please follow or paste and copy in your browser the follwoing link:
{% endblocktrans%}
http://{{ domain }}{% url confirm_password_recovery username recovery_hash %}
{% blocktrans %}
If you didn't request a password recovery you can ignore this email, your credentials have been left untouched.

Best,

Your {{ domain }} team.
{% endblocktrans %}
