{% extends "html/_base_web.html" %} {% load i18n %} {% comment %} {% load url from future %} {% endcomment %} {% load jsontags %} {% load mustacetags %} {% block html_head %} {{block.super}} Sanet 3 - {{ page_title }} {% endblock html_head %} {% block html_stylesheets %} {{block.super}} {% endblock html_stylesheets %} {% block html_javascripts %} {{block.super}} {% verbatim %} {% endverbatim %} {% verbatim %} {% endverbatim %} {% for file_url in additional_javascript_files %} {% endfor %} {% endblock html_javascripts %} {% block html_body %} {{block.super}}
{% for app_section in additional_header_sections %} {% endfor %}
  • {% block header_title %} {% endblock %} {{app_section|safe}} {% if has_search %}
    {% endif %}
    {% block systembuttons %} {% endblock %} {% block extrabuttons %} {% endblock %}
    {% block userbuttons %}
  • {{user}}
  • {% endblock %}
    {% block tenantbutton %}
    {{TENANT.visible_name}}
    {% endblock %}
  • System
  • {{system_time_hh_mm}}
    {% if has_nav_bar %} {% endif %}
    {% for tab in page_structure.tabs %}
    {% if tab.icontype == "fonticon" %} {% if show_tab_title %} {{tab.title}} {% endif %} {% elif tab.icontype == "text" %} {{tab.iconvalue}} {% else %} {% endif %}
    {% endfor %} {% for m in extra_menus %} {% endfor %}
    {% endblock html_body %}