{% load i18n %} {% if form.errors %}
{% with 'Error' as title %} {% with 'An error has ocurred, try again.' as message %} {% include 'messagebox-error.html' %} {% endwith %} {% endwith %} {% endif %}
{% csrf_token %}

{% trans 'Change password' %}