{% extends "enap_designsystem/base.html" %} {% load static %} {% load wagtailcore_tags wagtailimages_tags semana_tags %} {% block metadata %} {% comment %} {% endcomment %} {% endblock %} {% block title %} {{ page.page_title }} {% endblock %} {% block extra_css %} {% get_active_branding as branding %} {% if branding %} {% else %} {% endif %} {% endblock %} {% block content %}
{% get_active_event_info as event_info %}

{% if event_info %}SI {{ event_info.year }}{% else %}SI 2024{% endif %}

{{ page.destaques_titulo }}

{% for block in page.participantes_destaques %} {% include_block block %} {% endfor %}
{% if page.video_url %}

{{ page.video_titulo }}

{% endif %} {% if page.numeros_stats %}
{% for block in page.numeros_stats %} {% include_block block %} {% endfor %}
{% endif %} {% if page.certificado_titulo %}
{% for block in page.certificado_imagem %} {% include_block block %} {% endfor %}

{{ page.certificado_titulo }}

{{ page.certificado_texto|richtext }} {{ page.certificado_texto_botao }}
{% endif %} {% if page.galeria_stream %} {% endif %}
{% for block in page.newsletter_stream %} {% include_block block %} {% endfor %}
{% include "enap_designsystem/semana_inovacao/faleconosco_semana.html" %} {% endblock %}