{% extends "account/password_reset.html" %} {% load i18n %} {% load slippers %} {% block content %} {% trans "Password Reset" as heading %} {% #container heading=heading %} {% if user.is_authenticated %}
{% include "account/snippets/already_logged_in.html" %}
{% endif %}
{% trans "Forgotten your password? Enter your email address below, and we'll send you an email allowing you to reset it." %}
{% url "account_reset_password" as url %} {% trans "Reset My Password" as button_text %} {% #form form=form url=url button_text=button_text %} {% csrf_token %} {{ redirect_field }} {% /form %}
{% blocktrans %}Please contact us if you have any trouble resetting your password.{% endblocktrans %}
{% /container %} {% endblock content %}