{% extends "authentic2/base-page.html" %} {% load i18n %} {% block breadcrumb %} {{ block.super }} {% trans "Your account" %} {% trans "Change your password" %} {% endblock %} {% block content %}

{% blocktrans %}To change your password you must provide your current password, then provide the new password and confirm it. {% endblocktrans %}

{% csrf_token %} {{ form.as_p }}
{% endblock %}