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

{% trans 'Password Management' %}

{% trans 'Would you enter new password of this user?' %}

{% if errormsg %}

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

{% endif %}

{% trans 'Change password of other user' %}

{% endblock %}