{% extends "base.html" %} {% load i18n %} {% block title %}{{ block.super }} – {% trans "Password Settings" %}{% endblock %} {% block content %}

{% trans "Password Settings" %}

{% csrf_token %} {% include "form.html" %} {% include "formbuttons_save.html" %}
{% endblock %}