{% extends "account/base.html" %} {% load i18n %} {% block head_title %}{% trans "Password Reset" %}{% endblock %} {% block body %}
{% 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 %}