{% extends "common/internal_page.html" %} {% block content %} {{ message }}

If you do not enter a password, it will not be modified.

{% if form.errors %}

Please correct the error{{ form.errors|pluralize }} below.

{% endif %}
{{ form.as_table }}
{% endblock %}