{% extends "base.html" %} {% load i18n static %} {% load admin_urls %} {% block content %}
{% if form.errors.items|length == 1 %}{% trans "Please correct the error below." %}{% else %}{% trans "Please correct the errors below." %}{% endif %}
{% blocktrans with username=original %}Enter a new password for the user {{ username }}.{% endblocktrans %}
{{ form.old_password.errors.as_text }}
{{ form.new_password1.errors.as_text }}
{{ form.new_password2.errors.as_text }}