{% extends "newman/ajax_content_base.html" %} {% load admin_modify %}
{% block form_top %}{% endblock %}
{% if form.errors %}

{% blocktrans count form.errors.items|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}

{% endif %}

{% blocktrans with original.username as username %}Enter a new password for the user {{ username }}.{% endblocktrans %}

{{ form.password1.errors }} {# TODO: get required class on label_tag #} {{ form.password1 }}
{{ form.password2.errors }} {# TODO: get required class on label_tag #} {{ form.password2 }}

{% trans 'Enter the same password as above, for verification.' %}