{% block header %}
{% if site.user_model and not site.default_user -%} {% if ar.user.authenticated -%} {{_("Sign out")}} {% else -%}
— {% 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 -%} {%- if len(site.user_interfaces) > 0 %} — {% endif -%} {% endif -%} {%- if len(site.user_interfaces) > 0 -%} {% for p in site.user_interfaces -%} {%- if ar.renderer == p.renderer %} {{p.ui_label}} {%- else -%} {{p.ui_label}} {% endif -%} {%- endfor -%} {%- endif -%} {% endif -%} {% if site.user_model -%}
{% endif -%}
{% endblock %} {% block navbar %} {% if menu -%} {% endif -%} {% endblock %} {% block main %}
{% block content %} This page has no content. {% endblock %}
{% endblock %}