{% extends 'admin/auth/user/change_password.html' %} {% load i18n %} {% block content %}
{% csrf_token %}{% block form_top %}{% endblock %}
{% if is_popup %}{% endif %} {% if to_field %}{% endif %}

{% blocktrans with username=original %}Enter a new password for the user {{ username }}, suggestion '{{ password }}'.{% endblocktrans %}

{% if errors %}

{% if adminform.errors.items|length == 1 %}{% trans "Please correct the error below." %}{% else %}{% trans "Please correct the errors below." %}{% endif %}

{% endif %} {% for fieldset in adminform %} {% include "admin/includes/fieldset.html" %} {% endfor %}
{% endblock %}