{% block header %}
{% if site.user_model and not site.default_user and not site.admin_ui -%} {% if ar.user.authenticated -%}
{{_("Sign out")}}
{% else -%}
{{_("Sign in")}}
— {% endif -%} {% endif -%} {% if ar -%} {% if ar.request and ar.request.path != '/' -%}
{{_("Home")}}
{% endif -%} {% if len(site.languages) > 1 -%} {% for lang in site.languages -%} {% if lang.django_code == requested_language -%} {{lang.django_code}} {% else -%} {# URL_PARAM_USER_LANGUAGE #}
{{lang.django_code}}
{% endif -%} {% endfor -%} {% endif -%} {%- if site.kernel.admin_ui -%} —
{{site.kernel.admin_ui.ui_label}}
{%- endif -%} {% endif -%} {% if site.user_model -%}
{% endif -%}
{% endblock %} {% block navbar %} {% if menu -%}
{{menu}}
{% endif -%} {% endblock %} {% block main %}
{% block content %} This page has no content. {% endblock %}
{% endblock %}