{% load i18n %} {% if can_change_password %}

{% trans "Password" %}

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

{% endif %}