{% extends "base.html" %} {% load i18n %} {% block main-content %}
{% if form.errors %}
{% trans "Please correct the errors below and try again." %}
{% endif %}

{% csrf_token %}

{{ title }}

{% trans "Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one." %}

{{ form.email.errors }}

{% endblock %}