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

{% trans "Password settings" %}

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