{% load static %} {% load wagtailimages_tags wagtailcore_tags %} {% block content %} {{ value.titulo_secao|safe }} {{ value.descricao_secao }} Todos {% for categoria in categorias %} {{ categoria.nome }} {% endfor %} {% for evento in eventos_ordenados %} {% if evento.status_inscricao == 'link' and evento.link %} {% else %} {% endif %} {% if evento.imagem %} {% image evento.imagem fill-400x200 as img %} {% endif %} {{ evento.categoria }} {{ evento.data|date:"d" }} {{ evento.data|date:"M" }} {{ evento.titulo }} {{ evento.hora_inicio|time:"H:i" }} - {{ evento.hora_fim|time:"H:i" }} {{ evento.local }} {{ evento.descricao }} {% if evento.status_inscricao == 'link' and evento.link %} {% else %} {% endif %} {% endfor %} Rolar para esquerda chevron_left Rolar para direita chevron_right {% for block in value.link_cta_center %} {% include_block block %} {% endfor %} {% endblock %}
{{ value.descricao_secao }}
{{ evento.descricao }}