{% for L0 in categories %}
{% if L0.pages is empty or (L0.pages is not empty and routename not in L0.pages) %}
{% set currentIn = false %}
{% for child in L0.children %}
{% if mainmenu in child.url %}
{% set currentIn = true %}
{% endif %}
{% if child.children %}
{% for child_ in child.children %}
{% if mainmenu in child_.url %}
{% set currentIn = true %}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
{% if mainmenu == L0.url or currentIn %}
>
{% endif %}
{{ L0.name_es }}
{% if L0.children %}
{% for L1 in L0.children %}
{% if L1.pages is empty or (L1.pages is not empty and routename not in L1.pages) %}
{% set currentIn = false %}
{% for child in L1.children %}
{% if mainmenu in child.url %}
{% set currentIn = true %}
{% endif %}
{% endfor %}
{% if mainmenu == L1.url or currentIn %}
>
{% endif %}
{{ L1.name_es }}
{% if L1.children %}
{% for L2 in L1.children %}
{% if L2.pages is empty or (L2.pages is not empty and routename not in L2.pages) %}
{% if mainmenu == L2.url %}