Balotta

Agenda condivisa per Bolognano
{% for column in (0, 1, 2) %}
{% for row in (0, 1, 2, 3) %} {% set event = events[column+(3*row)] %}

{{ event.title }}

{{ event.when }}
{{ event.place.name }}
{% endfor %}
{% endfor %}