{% extends "account/base.html" %} {% block title %}{{ page_title(_("Change Password")) }}{% endblock %} {% block content %}

{{ _("Change Password") }}

{{ csrf() }} {{ form.as_p() }}
{% endblock %}