{% extends "BaseAdmin.html" %} {% load i18n %} {% block title %}{% trans 'Password Management' %}{% endblock %} {% block content %}

{% trans 'Password Management' %}

{% if errormsg %}

{% trans 'Failed to change password on some backends.' %} {{ errormsg }}

{% endif %}

{% trans 'Would you enter user name and new password whom you will change password' %}

{{ notice }}

{{ form.as_table }}
{% endblock %}