{% extends "authentic2/base-page.html" %} {% load i18n %} {% block page-title %} {{ block.super }} - {{ view.title }} {% endblock %} {% block breadcrumb %} {{ block.super }} {% trans "Your account" %} {{ view.title }} {% 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 %}