{% extends "base.html" %} {% load crispy_forms_filters %} {% load i18n allauth account static %} {% block head_title %} {% trans "Password Reset" %} {% endblock head_title %} {% block content %}
{% trans 'home' %} {% trans 'home' %}

{% trans "Password Reset" %}

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

{% csrf_token %} {{ form|crispy }}

{% blocktrans %}Please contact us if you have any trouble resetting your password.{% endblocktrans %}

{% endblock content %}