{% if highlight_event.photo.url_without_thumbor|default %} {% set img = highlight_event.photo.url_without_thumbor %} {% else %} {% set img = null %} {% endif %}

Calendário escolar

    {% for calendar in latest_calendar_items %}
  1. {{ calendar.date|date('d') }} {{ calendar.date|localizeddate("none", "none", null, null, "MMM") }}

    {{ calendar.description|truncate(75, true, '...') }}

  2. {% endfor %}
{% if stay_tuned.items is defined %} {% endif %}