{% load static %} {% block dashboard_topbar %}
{% if nav_content.nav_incidents %}
{{ ttl_incidents }}
{% endif %} {% if nav_content.nav_configurations %}
{{ ttl_configurations }}
{% for item in nav_content.nav_configurations %}
{{ item.name }}
{% endfor %}
{% endif %} {% if nav_content.nav_analytics %}
{{ ttl_analytics }}
{% for item in nav_content.nav_analytics %}
{{ item.name }}
{% endfor %}
{% endif %} {% if nav_content.nav_advanced %}
{{ ttl_advanced }}
{% for item in nav_content.nav_advanced %}
{{ item.name }}
{% endfor %}
{% endif %}
Hi
{{ ttl_my_profile }}
{{ ttl_log_out }}
{% endblock %}