{% load i18n l10n pages %}{% autoescape off %}
{% if user_account.name %}{% trans "Hi " %}{{ user_account.name }},
{% else %}{% trans "Hi," %}{% endif %}
{% blocktrans with site_name=site.name %}
You're receiving this email because you requested a password reset
for your user account at {{ site_name }}.
{% endblocktrans %}
{% trans "Please go to the following page and choose a new password:" %}
http://{{ site.domain }}{{ path }}

{% trans "If you did not request this change ignore this email." %}
{% blocktrans %}
Thanks,
The {{ site.name }} team
{% endblocktrans %}
{% endautoescape %}
