{% extends "base.html" %} {% load i18n crispy_forms_filters %} {% block content %}
{{ form|crispy }}

{% trans "Update my password" %} {% endblock %}