{% if eventList %}
{% for event in eventList.items %} {% set begin = eventParseDateTime(event.Begin) %} {% set end = eventParseDateTime(event.End) %}
{% include '@ibexadesign/events/_event_teaser.html.twig' %}
{{ begin }}{% if not(begin == end)%} - {{ end }} {% endif %}
{% if event.ParticipantPreconditionComment %} {{ event.ParticipantPreconditionComment }}{% else %} {% endif %}
{{ event.Title }}

{{ event.Description|u.truncate(200,'...', false) }}

{% if event.MaximumParticipants %} {% include '@ibexadesign/events/_event_free_places.html.twig' %} {% endif %}
{% endfor %}
{% set pages = events.totalCount/events.pageSize %} {% set pages = pages|round(0, 'ceil') %} {% if pages > 1 %}
{% endif %} {% endif %}