{% load i18n %}

{% trans "Password" %}

{% if user.password == '!' %}

{% trans "Set password" %}

{% else %}

{% trans "Change password" %}

{% endif %}