{% extends CMS_TEMPLATE %} {% load static i18n thumbnail sekizai_tags %} {% block content %} {% addtoblock "js" %} {% endaddtoblock %} {% addtoblock "js" %} {% endaddtoblock %} {% addtoblock "js" %} {% endaddtoblock %}

{% translate "Calendar" %}

{% if show_month_week_day_control %}
{% endif %}
{% for event in event_list|slice:nr_initially_shown %} {% include "./include/event_item.html" %} {% endfor %}
{% if event_list.count > nr_initially_shown %}
{% for event in event_list|slice:slice_2 %} {% include "./include/event_item.html" %} {% endfor %}
{% endif %} {% include "./include/calendar-js.html" %} {% include "./include/event-list-js.html" %} {% endblock content %}