{% load i18n %}
{% blocktrans with name=site.name %}
You are receiving this email because you requested a password reset
for your user account at {{ name }}.
{% endblocktrans %}

{% blocktrans %}
Please go to the following page and choose a new password:
{% endblocktrans %}

{{ protocol }}://{{ site.domain }}/{{ path }}/{{ uid }}/{{ token }}/

{% blocktrans with name=site.name %}
The {{ name }} team.
{% endblocktrans %}
