{% for name, body in (status_page_menu_icon_symbols | default({})).items() %}
{{ body | safe }}
{% endfor %}
{% if status_page_menu_icon_infra_report and status_page_menu_icon_infra_report in (status_page_menu_icon_symbols | default({})) %}
{% endif %}<INFRA report>
{% if status_page_menu_icon_config_report and status_page_menu_icon_config_report in (status_page_menu_icon_symbols | default({})) %}
{% endif %}<CONFIG report>
{% for item in status_page_menu_items | default([]) %} {% if item.separator | default(false) %}
{% else %}
{% if item.icon is defined and item.icon in (status_page_menu_icon_symbols | default({})) %}
{% endif %}{{ item.label }}
{% endif %} {% endfor %}