{% extends "base.html" %} {% load i18n %} {% load static %} {% load form_as_table %} {% block title %}{% trans "Password reset" %}{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block extrajs %} {% endblock %} {% block content %}

{% trans "Password reset form" %}

{% trans "Forgotten your password? Enter your e-mail address, and we'll reset your password and e-mail the new one to you." %}

{% csrf_token %} {% form_as_table_rows form %}

{% endblock %}