{% block header %}
{% if False and site.user_model -%}
— {% 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.ui == p %} {{p.ui_label}} {%- else -%} {{p.ui_label}} {% endif -%} {%- endfor -%} {%- endif -%} {% if False and site.user_model -%}
{% endif -%}
{% endblock %} {% block navbar %} {% if menu -%} {% endif -%} {% endblock %} {% block main %}
{% block content %} This page has no content. {% endblock %}
{% endblock %}