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