{% extends "account/base.html" %} {% load static i18n %} {% load crispy_forms_tags %} {% block title %}{% trans "BuildBlock | Change Password" %}{% endblock %} {% block content %}

{% trans "Change password" %}

{% trans 'Are you sure you want to change your password?' %}

{% csrf_token %} {{ form|crispy }}
{% endblock content %}