{% extends "admin/base_site.html" %} {% load admin_urls i18n static %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block bodyclass %}{{ block.super }} {{ opts.app_label }}-{{ opts.model_name }} change-form{% endblock %} {% if not is_popup %} {% block breadcrumbs %}
{% endblock %} {% endif %} {% block content %}
{% csrf_token %}{% block form_top %}{% endblock %} {% if is_popup %} {% endif %} {% include "unfold/helpers/messages/errornote.html" with errors=form.errors %} {% blocktranslate with username=original asvar message %}Enter a new password for the user {{ username }}.{% endblocktranslate %} {% include "unfold/helpers/messages/info.html" with message=message %}
{% include "unfold/helpers/field.html" with field=form.password1 %} {% include "unfold/helpers/field.html" with field=form.password2 %}
{% endblock %}