{% if user %}
{{ user['username'] }}
{% else %}
{{ login_hint(user) }}
{% endif %}