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

{% trans 'Password Management' %}

{% if errorList %}

{% endif %}

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

{% trans 'Create random password.' %}
{% trans 'Change password of other user' %}
{% endblock %}