{% extends "admin/base_site.html" %} {% load url from future %} {% load i18n admin_modify admin_urls %} {# grp_csrf #} {% block breadcrumbs %} {% if not is_popup %}
{% blocktrans with original.username as username %}Enter a new password for the user {{ username }}.{% endblocktrans %}
{% blocktrans count form.errors.items|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}
{% endif %}