{% load i18n %} {% if user.can_change_password %}

{% trans "Password" %}

{% if user.has_usable_password %} {% trans "Change your password" %} {% else %} {% trans "Set your password" %} {% endif %}

{% endif %}