{% if is_popup %}
{% endif %}
{% if form.errors %}
{% if form.errors.items|length == 1 %}{% trans "Please correct the error below." %}{% else %}{% trans "Please correct the errors below." %}{% endif %}
{% endif %}
{% blocktrans with username=original %}Enter a new password for the user {{ username }}.{% endblocktrans %}