{% extends "BaseChangePassword.html" %} {% load i18n %} {% block title %}{% trans 'Password Management.' %}{% endblock %} {% block content %}
{% trans 'Failed to change your password.' %} {{ errormsg }}
{% endif %}{% trans 'Would you enter your user name and current password, and new passwords.' %}
{{ notice }}
{% endblock %}