{% extends "page.html" %} {% block script %} {{ super() }} {% endblock script %} {% block main %}

Change password for {{user_name}}

Please enter the new password you want to set for {{user_name}}.

{% if result_message %} {% endif %}
{% endblock %}