- Home
{% for i in 1..depth %}
{% for key,tab in tabs[i] %}
{% set params = {} %}
{% if tab.group in group and depth != i %}
- {{ tab.title|trans }}
{% elseif tab.group in group and route == key %}
- {{ tab.title|trans }}
{% endif %}
{% endfor %}
{% endfor %}