{% 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 %}{% trans "Forgotten your password? Enter your e-mail address below, and we'll e-mail instructions for setting a new one." %}