{% load i18n %}
{% with input_class="form-control border border-secondary my-1" %}

{% trans 'Change Password' %}

{% if resource and resource.name is not None %} {% elif user_name %} {% elif change_admin_password %} {% else %} {% endif %}
{% if require_old_password %}
{% endif %}
{% csrf_token %} {% if admin and not change_admin_password%}
{% include '_components/select_backends.html' with backends=resource.backends operation='change_password' default_select=resource.default_select %}
{% endif %}
{% if self_password_reset %} {% endif %}
{% include '_components/sub_menu/button.html' with type='resource_confirm_change_password' %}
{% endwith %}