{% load i18n %}

{% if site_cfg %} {% if site_cfg.logo %} {% endif %} {{ site_cfg.name }} {% endif %} {% if page %} {% if not page.published and user.is_staff %}{%endif%} {{ page.title }} {% if not page.published and user.is_staff %}{%endif%} {%endif%}

  {% if site_cfg.show_login_banner and user.is_authenticated %}
{% trans "Hello" %} {{ user.first_name }} {% trans "logout" %} {% trans "change password" %}
{% endif %}