{% for strip in ribbon.nested_strips %}{% if strip.is_axis %}
{% if strip.label %}{{ strip.label }}{% endif %}
{% for tab in strip %} {% if tab.icon %}{% endif %}{{ tab.label }} {% endfor %}
{% endif %}{% endfor %}