{% extends "core/base.html" %} {% load i18n material_form %} {% block browser_title %}{% trans "Change password" %}{% endblock %} {% block page_title %}{% trans "Change password" %}{% endblock %} {% block content %}

{% trans "Forgot your current password? Click here to reset it:" %} {% trans "Forgot Password?" %}.

{% csrf_token %} {% form form=form %}{% endform %} {% trans "Change password" as caption %} {% include "core/partials/save_button.html" with caption=caption icon="mdi:exclamation" %}
{% endblock %}