{% load i18n %} {% block content %}
{% block form_top %}{% endblock %}
{% if is_popup %}{% endif %} {% if form.error_dict %}

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

{% endif %} {% csrf_token %} {% for field in form %}
{{ field }}
{{ form.password_original.html_error_list }}
{% endfor %} {##}
{% endblock %}