{% extends "html/_base_web.html" %} {% load i18n %} {% load jsontags %} {% load mustacetags %} {% load utilstags %} {% block html_head %} {{block.super}} Sanet 3 OSE- {{ page_title }} {% endblock html_head %} {% block html_stylesheets %} {{block.super}} {% for file_url in additional_stylesheet_files %} {% endfor %} {% for file_url in custom_stylesheet_files %} {% endfor %} {% endblock html_stylesheets %} {% block html_javascripts %} {{block.super}} {% verbatim %} {% endverbatim %} {% verbatim %} {% endverbatim %} {% verbatim %} {% endverbatim %} {% for file_url in additional_javascript_files %} {% endfor %} {% endblock html_javascripts %} {% block html_body %} {{block.super}}
{% with user.get_profile.get_visible_tenants.all as tenants %} {% if tenants|length %}
{% for entry in additional_tenant_menu_entries %} {% endfor %}
Monitoring
{% trans 'Global settings' %}
{% trans 'Agents' %}
{% trans 'Nodes' %}
{% trans 'Tagging' %}
{% trans 'Entables' %}
{% if entry.icon %} {{entry.icon|safe}} {% else %} {% endif %} {{entry.label}}
{% trans 'SNMP Test' %}
{% endif %} {% endwith %}
SYSTEM
{% if SETTINGS.DOC_STATIC_ROOT %} {% endif %} {% if SETTINGS.ENABLE_ADMIN_INTERFACE %} {% endif %} {% for entry in additional_system_menu_entries %} {% endfor %}
Users & Groups
Diagnostic
{% trans "Documentation" %}
{% trans "Django Admin interface" %}
{% if entry.icon %} {{entry.icon|safe}} {% else %} {% endif %} {{entry.label}}
{% for app_section in additional_header_sections %} {% if app_section %} {% endif %} {% endfor %}
{% block header_title %} {% if SETTINGS.WEB_SHOW_TENANT_LOGO %} {% endif %} {% endblock %} {{app_section|safe}}
{% if has_search %}
{% csrf_token %}
{% endif %}
{% block extrabuttons %} {% endblock %}
{% if on_call_alarms == "disabled" %}
H24
{% endif %}
{% block userbuttons %}
{% with user.get_avatar_data as avatardata %}
{% if not avatardata %}
  • {% else %}   {% endif %}
    {% endwith %}
    {% endblock %}
    {{system_time_hh_mm}}
    {% if has_nav_bar %} {% endif %}
    {% for nav_section in additional_navbar_sections %}
    {{ nav_section.content|safe }}
    {% endfor %}
    {% if has_breadcrumbs %} {% endif %}
    {% endblock html_body %}