{% extends "layout.html" %} {% load currency_filters %} {% load thumbnail %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block title %} {% trans 'Change password' %} | {{ block.super }} {% endblock %} {% block headertext %} {% trans 'Change password' %} {% endblock %} {% block content %}
{% csrf_token %} {% include 'partials/form_fields.html' with form=form %}
{% trans 'or' %} {% trans 'cancel' %}.
{% endblock content %}