{% extends "wagtailadmin/base.html" %} {% block content %} {% include "wagtailadmin/shared/header.html" with title="Change password" %}
{% if can_change_password %}
{% csrf_token %}
{% else %}

Your password can't be changed here. Please contact a site administrator.

{% endif %}
{% endblock %}