{{ user.name }}
{% if mode == "edit" %}Edit user '{{ user.name }}'{% else %}Create user{% endif %}
{% if mode != "edit" %}If you do not enter a password, after creating the account, a link will be generated through which the password may be set by the user.
{% elif not user.password %}This user has not yet completed their registration and set a password.
{% endif %}