{% load i18n %} {% load static %} {% load compress %} {% load navigation_tags %} {% load project_tags %} {% load settings %} {% load variable_tags %} {% project_name %}{{ request.new_window_url }}{% block title %}{% endblock %} {% if new_window_url %} {% endif %} {% if html_redirect %} {% endif %} {% compress css %} {% block stylesheets %}{% endblock %} {% endcompress %}
{% if web_theme_view_type == 'plain' %}
{% block content_plain %}{% endblock %}
{% else %} {% if not web_theme_hide_menus %} {% endif %}
{% if messages %}
{% for message in messages %} {% endfor %}
{% endif %} {% block messages %}{% endblock %}
{% if navigation_object_list %} {% for navigation_object_dict in navigation_object_list %} {% copy_variable navigation_object_dict.object as "navigation_object_name" %} {% get_object_navigation_links "form_header" as form_navigation_links %} {% if form_navigation_links %}
    {% with form_navigation_links as object_navigation_links %} {% with 'true' as as_li %} {% with 'true' as hide_active_anchor %} {% with 'active' as li_class_active %} {% with 'first' as li_class_first %} {% include 'generic_navigation.html' %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %}
{% endif %} {% endfor %} {% else %} {% get_object_navigation_links "form_header" as form_navigation_links %} {% if form_navigation_links %}
    {% with form_navigation_links as object_navigation_links %} {% with 'true' as as_li %} {% with 'true' as hide_active_anchor %} {% with 'active' as li_class_active %} {% with 'first' as li_class_first %} {% include 'generic_navigation.html' %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %}
{% endif %} {% endif %} {% block content %}{% endblock %}
{% block footer %}{% endblock %}
{% endif %}
{% compress js %} {% block javascript %}{% endblock %} {% endcompress %}