{% extends 'user/base.html' %} {% load static %} {% load i18n %} {% block content %} {% trans 'Change Password' as operation %}
{% include '_components/password/main_panel.html' %}
{% include '_components/password/ppolicy_panel.html' with isAdmin=False %}
{% endblock %} {% block footer_scripts %} {% include '_components/gettext.html' %} {% endblock %}