{% extends "admin/base_site.html" %} {% load i18n static admin_urls %} {% block breadcrumbs %} {% if not is_popup %}
{% blocktrans with original.username as username %}Enter a new password for the user {{ username }}.{% endblocktrans %}
{% if form.errors.items|length == 1 %}{% trans "Please correct the error below." %}{% else %}{% trans "Please correct the errors below." %}{% endif %}
{% endif %}