{% load wagtailcore_tags %} {% if enap_dynav %} {# ── ESTADO 1: HOME ─────────────────────────────────────── #} {% if enap_dynav_mode == 'global' %} enap {% for block in enap_dynav.nav_items %} {% with section=block.value.page label=block.value.custom_label|default:block.value.page.title %} {{ label }} {% include "enap_designsystem/blocks/dynamic_nav/render_children.html" with parent=section depth=block.value.show_children_depth|default:1 %} {% endwith %} {% endfor %} {# ── ESTADO 2 e 3: SECTION / SUBSECTION ─────────────────── #} {% else %} ENAP {% if enap_dynav_mode == 'section' %} {{ enap_dynav_current.title }} {% else %} {{ enap_dynav_parent.title }} {% endif %} {% for pg in enap_dynav_local %} {{ pg.title }} {% endfor %} {% endif %} {# ── MEGA MENU (section + subsection) ───────────────────────── #} {% if enap_dynav_mode != 'global' %}