{% extends 'dj_accounts/auth_base.html' %} {% load i18n static %} {% block content %}

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

{% csrf_token %} {% include "django/forms/form.html" with form=form %}
{% endblock %}