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

{% trans "Forgot your current password?" %} {% trans "Reset password" %}

{% csrf_token %} {% form form=form %}{% endform %}
{% include "core/partials/save_button.html" with caption=_("Change password") icon="mdi:key-outline" %}
{% endblock %}