{% load static %} {% block dashboard_topbar %} {% if nav_content.nav_incidents %} {{ ttl_incidents }} {% endif %} {% if nav_content.nav_alerts %} {{ ttl_alerts }} {% endif %} {% if nav_content.nav_configurations %} {{ ttl_configurations }} {% for item in nav_content.nav_configurations %} {{ item.name }} {% endfor %} {% endif %} {% if nav_content.nav_automation %} {{ ttl_automation }} {% for item in nav_content.nav_automation %} {{ item.name }} {% endfor %} {% endif %} {% if nav_content.nav_itsm %} {{ ttl_itsm }} {% for item in nav_content.nav_itsm %} {{ item.name }} {% endfor %} {% endif %} {% if nav_content.nav_analytics %} {{ ttl_analytics }} {% for item in nav_content.nav_analytics %} {{ item.name }} {% endfor %} {% endif %} Hi {% if nav_content.nav_owner %} {% for item in nav_content.nav_owner %} {{ item.name }} {% endfor %} {% endif %} {{ ttl_my_profile }} {{ ttl_my_on_call_shifts }} {{ ttl_support }} {{ ttl_log_out }}