{% load i18n core_tags accounts_tags %}{% trans "Dear" %} {% full_name user %},

{% blocktrans trimmed with site_domain=current_site.domain %}
You are receiving this e-mail because you requested that your password on
{{ site_domain }} will be reset. It can be safely ignored if you did not request
a password reset. Click the link below to reset your password.
{% endblocktrans %}

    {{ password_reset_url }}

{% blocktrans trimmed %}
In case you forgot, your username is '{{ username }}'.
{% endblocktrans %}

{% trans "Sincerely" %},
    {{ current_site.name }} Admins
