{% load event_list %} {% if calendar %}
{% with full_list=fullscreen %} {% with events=calendar|event_list:full_list %} {% for event in events %}
{{ event.start|date:"j." }}

{{ event.duration }}

{{ event.summary }} {% if event.description %}

{{ event.description | safe }}

{% endif %}
{% if event.location and 'jitsi.pirati' in event.location %} Jitsi URL {% elif event.url %} Odkaz {% elif event.location %} Mapa {% endif %}
{% empty %}

Žádné události.

{% endfor %} {% endwith %} {% endwith %}
{% else %}

Žádné události.

{% endif %}