{% 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 %}

{% trans "Forgotten your password? Enter your e-mail address below, and we'll reset your password and e-mail the new one to you." %}

{{ password_reset_form.as_table }}

{% blocktrans %}If you have any trouble resetting your password, contact us at {{ contact_email }}.{% endblocktrans %}

{% endblock %} {% block extra_body %} {% endblock %}