{% load static wagtailcore_tags %} {% load wagtailcore_tags wagtailimages_tags %} {% block extra_css %} {% endblock %} {% include "enap_designsystem/semana_inovacao/nav_semana.html" %} {% block content %}

SI 2024

{{ page.destaques_titulo }}

{% with participantes=page.get_participantes_destaques %} {% if participantes %} {% for block in participantes %} {% if block.block_type == 'participante' %} {% with participante=block.value %}
{% image participante.foto fill-400x550 as foto %} {{ participante.nome }}

{{ participante.nome }}

{{ participante.descricao|richtext|truncatewords_html:30 }}
{{ participante.descricao|richtext }}
{% endwith %} {% endif %} {% endfor %} {% else %}

Nenhum participante disponível no momento.

{% endif %} {% endwith %}

{{ page.video_titulo }}

{% if page.video_url %} {% endif %}
{% for stat in page.numeros_stats %} {% if stat.block_type == 'stat' %}

{{ stat.value.valor }}

{{ stat.value.descricao }}

{% endif %} {% endfor %}
{% if page.certificado_imagem %} {% for block in page.certificado_imagem %} {% if block.block_type == 'certificado_imagem' %} {% image block.value.imagem fill-400x300 as certificado_img %} Certificado da Semana de Inovação {% endif %} {% endfor %} {% endif %}

{{ page.certificado_titulo }}

{{ page.certificado_texto|richtext }} {{ page.certificado_texto_botao }}
{% if page.newsletter_stream %} {% for block in page.newsletter_stream %} {% if block.block_type == 'imagem' %} {% image block.value.imagem fill-500x400 as newsletter_img %} {{ newsletter_img.alt }} {% endif %} {% endfor %} {% endif %}

FALE
CONOSCO

Antes de prosseguir, clique aqui e consulte o nosso FAQ - perguntas frequentes. Se ainda tiver dúvidas, sugestões ou quiser falar sobre outros assuntos, preencha o formulário ao lado.

Estamos sempre prontos para te atender da melhor forma possível.

{% endblock %}