{% extends "admin/base_site.html" %} {% load i18n static uikit_admin %} {% load admin_urls %} {% block extrahead %}{{ block.super }} {% endblock %} {% if not is_popup %} {% block breadcrumbs %}
{% 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 %}