{% for p in plugins %} {% for tab in p.tabs %} {% if tab.css_entry %} {% endif %} {% endfor %} {% for action in p.navbar_actions %} {% if action.css_entry %} {% endif %} {% endfor %} {% endfor %}
Tenant
Region
{% set ns2 = namespace(first_pane=true) %} {% for p in plugins %} {% if p.internal %} {% for tab in p.tabs %}
{% set ns2.first_pane = false %} {% endfor %} {% endif %} {% endfor %} {% for p in plugins %} {% if not p.internal %} {% for tab in p.tabs %}
{% endfor %} {% endif %} {% endfor %}
{% for p in plugins %} {% for action in p.navbar_actions %}
{{ action.label }}
{% endfor %} {% endfor %}
{% if chat_enabled %}
{% for p in plugins %} {% for mode in p.chat_modes %} {% endfor %} {% endfor %}
{% endif %} {% for p in plugins %} {% for tab in p.tabs %} {% endfor %} {% for action in p.navbar_actions %} {% endfor %} {% endfor %}