{% extends "account/base.html" %} {% load i18n %} {% load uni_form %} {% block head_title %}{% trans "Password Reset" %}{% endblock %} {% block body %}
{% 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." %}
{% blocktrans %}If you have any trouble resetting your password, contact us at {{ contact_email }}.{% endblocktrans %}
{% endblock %} {% block extra_body %} {% endblock %}