{% extends "base.html" %} {% block comments %} {% endblock %} {% load i18n static %} {% load url from future %} {% block title %}App Framework: Password change{% endblock %} {% block login %}{% endblock %} {% block content %}
{% blocktrans count counter=form.errors.items|length %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}
{% trans "Please enter your old password, and then your new password twice." %}
{{ err }}