{% load flatcms_tags i18n %} {% if site_cfg.show_login_banner %} {% if user.is_authenticated %} {% else %} {% endif %}
{% trans "Hello" %} {{ user.first_name|default:user.username }} {% trans "logout" %} {% trans "change password" %}{% trans "login" %}
{% endif %}