{% extends "admin/logged_out_base.html" %}{% load i18n yawdadmin_tags %} {% block inner-title %}{% trans "Password reset" %}{% endblock %} {% block content %}{% if form.errors and not form.non_field_errors and not form.this_is_the_login_form.errors %}

{% blocktrans count form.errors.items|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}

{% endif %}
{% csrf_token %}
{{ form.email }}
{% if form.email.errors %} {{ form.email.errors }}{% endif %}
{% endblock %}