{% extends "base.html" %} {% load i18n %} {% load form_as_table %} {% block title %}{% trans 'Password change for' %} {{ user }}{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block extrajs %} {% endblock %} {% block content %}

{% trans 'Password change' %}

{% trans "You can change your password from here. Please enter your new password twice so we can verify you typed it in correctly." %}

{% csrf_token %} {% form_as_table_rows form %}

{% endblock %}