{% extends "account/base.html" %} {% load i18n %} {% block head_title %}{% trans "Password Reset" %}{% endblock %} {% block body %}

{% trans "Password Reset" %}

{% if user.is_authenticated %}

{% trans "Note" %}: {% blocktrans %}you are already logged in as {{ user }}.{% endblocktrans %}

{% endif %}

{% blocktrans %}We have sent you an e-mail to {{ email }}. If you do not receive it within a few minutes, contact us at {{ CONTACT_EMAIL }}.{% endblocktrans %}

{% endblock %}