Kalender

{% load events %} {% calendar associations size='preview' %} {% if upcoming %}
    {% for association in upcoming %}
  • {% time association.container.time suffix=':' all_day=association.container.all_day %} {{ association.container.title }} {% if show_group and association.entity.is_group %} · {% link association.entity %} {% endif %}
  • {% endfor %}
{% endif %}
{% if not hide_buttons %}
{% if actions|length > 1 %} {% endif %} {% for action, url in actions|slice:':1' %} {{ action }} {% endfor %}
{% endif %}