{% extends "infrablue/base.html" %} {% load i18n material_form %} {% block page_title %} {% blocktrans with user=form.user.get_full_name username=form.user.username %} Change password of "{{ user }}" with username "{{ username }}" {% endblocktrans %} {% endblock page_title %} {% block browser_title %}{% trans "Change Password" %}{% endblock browser_title %} {% block content %}
{% csrf_token %} {% form form=form %}{% endform %}
{% include "infrablue/snippets/save_button.html" with caption=_("Save") %} Cancel
{% endblock %}