{% extends "account/_layout.html" %} {% load account %} {% load i18n %} {% block page_title %}{% trans "Password Reset" %} | {{ block.super }}{% endblock %} {% block main_content %}
{% trans 'Go back to the homepage' %}
{% else %}{% trans "Have you forgotten your password? Enter your e-mail address below, and we'll send you an e-mail allowing you to reset it." %}
{% blocktrans %}Please contact us if you have any trouble resetting your password.{% endblocktrans %}
{% endif %}