{% extends "admin/base_site.html" %} {% load i18n static uikit_admin %} {% load admin_urls %} {% block extrahead %}{{ block.super }} {% endblock %} {% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %} {% block content %}
{% trans 'Password change' %}
{% csrf_token %}{% block form_top %}{% endblock %}
{% 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 %}

{{ form.olderrors }} {% endif %}

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

{% uka_form_row_stacked form.password1 form.password1.errors 'uk-form-width-large' %} {% uka_form_row_stacked form.password2 form.password2.errors 'uk-form-width-large' %}
{% endblock %}