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

{% trans 'Password Management.' %}

{% if errormsg %}

{% trans 'Failed to change your password.' %} {{ errormsg }}

{% endif %}

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

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