{% extends "registration/password_change_form.html" %} {% load i18n gadjo %} {% block content %}
{% if user.has_usable_password %}

{% blocktrans trimmed %}To change your password you must provide your current password, then provide the new password and confirm it. {% endblocktrans %}

{% else %}

{% blocktrans trimmed %}You are going to define your account password.{% endblocktrans %}

{% endif %} {% csrf_token %} {{ form|with_template }}
{% endblock %}