{% extends 'admin/auth/user/change_password.html' %} {% load i18n %} {% block content %}
{% blocktrans with username=original %}Enter a new password for the user {{ username }}, suggestion '{{ password }}'.{% endblocktrans %}
{% if adminform.errors.items|length == 1 %}{% trans "Please correct the error below." %}{% else %}{% trans "Please correct the errors below." %}{% endif %}