{% load i18n%}{% autoescape off %}{% blocktrans %}You're receiving this e-mail because you requested a password reset
for your account at {{site_name}}.

Please go to the following page and choose a new password:{% endblocktrans %}
{% block reset_link %}{{protocol}}://{{domain}}{% url 'password_reset_confirm' uidb64=uid token=token %}{% endblock %}

{% blocktrans %}In case you've forgotten, your username is {{user}}{% endblocktrans %}

{% trans "Thanks for using Review Board!" %}

{% endautoescape %}
