{% extends "admin/base_site" %} {% block breadcrumbs %}{% endblock %} {% block title %}{{ _("Password reset") }}{% endblock %} {% block content %}

{{ _("Password reset") }}

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

{% if form.email.errors %}{{ form.email.html_error_list }}{% endif %}

{{ form.email }}

{% endblock %}