{% extends "admin/base_site.html" %} {% load i18n forge_icons %} {% block content_title %}{% endblock %} {% block content_subtitle %}{% endblock %} {% block content %}
{% include "admin/includes/forge_sidebar.html" %}
{% include "admin/includes/forge_topbar.html" with title="" subtitle="" %}
{% forge_icon "key" "h-6 w-6" %}

{% trans "Password changed" %}

{% trans "Your password was changed successfully." %}

{% endblock %}