{% load events %}

Kalender

{% calendar user events.around %} {% with preview_length=preview_length|default:3 %} {% with upcoming_events=events|upcoming_events:preview_length %} {% if upcoming_events %} {% endif %} {% endwith %} {% endwith %}
{% if not hide_buttons %}
Neues Ereignis
{% endif %}