{% for event in site.events %} {% if event.uid contains {{include.uid}} %} {% if event.layout == "eventcal" %}

Eventinformation:

{{ event.title }} {% if event.pretix and event.pretix != "" and event.pretix != nil %}
Anmeldung im Pretix hier möglich.
{% endif %}
Datum: {{ event.eventdate | date: "%d.%m.%Y %H:%M" }} {% if event.recording %}

Die Veranstaltung wird aufgezeichnet.

{% else %}

Es findet keine Aufzeichnung statt.

{% endif %}
Raum: {% for location in event.locations %} {{ location | xml_escape }}
{% endfor %}

{{event.short}}

Chaotikum Event Kalender Importieren
{% if event.eventics %} Dieses Event in den Kalender Importieren
{% endif %} event.xml {% assign eventurl = event.url %} {% assign eventurl = eventurl | prepend: site.baseurl | prepend: site.url %} {% endif %} {% endif %} {% endfor %}