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 %}