{% extends '_base.html' %} {% load static %} {% load i18n %} {% block content %} {% if admin %} {% include '_components/header.html' %} {% else %} {% include '_components/header.html' with no_nav=True %} {% endif %}
{% if error_message %}
{{ error_message }}
{% endif %} {% if info_message %}
{{ info_message }}
{% endif %}

{% trans 'Change Password' %}

{% if resource %} {% elif user_name %} {% else %} {% endif %} {% if not admin %} {% if not is_reset %} {% if self_password_reset %}
{% trans 'Forget your password?' %}
{% endif %} {% endif %} {% endif %} {% csrf_token %} {% if admin %} {% include '_components/select_backends.html' with backends=resource.backends %} {% endif %}
{% include '_components/ppolicy.html' with admin=True%}
{% include '_components/gettext.html' %} {% endblock %}