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

{% trans 'Password Management' %}

{% if errorList %}

{% endif %}

{% if isRequiredPassword %} {% trans 'Would you enter your user name and current password, and new passwords.' %} {% else %} {% trans 'Would you enter new passwords.' %} {% endif %}

{{ form.as_table }}
{% trans 'Strength of the password' %}
{{ notice|safe }}
{% endblock %}