{% load wagtailcore_tags wagtailimages_tags %} {% if enap_dynav %}
{# ── Logo ──────────────────────────────────────────────────── #} {% with logo_block=enap_dynav.logo|first %} {% if logo_block %} {% image logo_block.value original as logo_img %} {% endif %} {% endwith %} {# ── TODOS OS ESTADOS: HOME / SECTION / SUBSECTION ────────── #} {% if enap_dynav_mode != 'global' %}
{% endif %} {% if enap_dynav_mode == 'section' %} {{ enap_dynav_current.title }} {% elif enap_dynav_mode == 'subsection' %} {{ enap_dynav_parent.title }} {% endif %} {{ enap_dynav.cal_label }} {% if request.aluno %} {{ request.primeiro_nome }} Sair {% else %} {% endif %}
{# ── MEGA MENU (home e páginas filhas) ──────────────────────── #} {% endif %}