summaryrefslogtreecommitdiff
path: root/template/calendar_head.j2
blob: 17bc58ea32a7707bbbb4e459be22ee7b8d6bb394 (plain)
1
2
3
4
5
6
<div class="calendar-listing {{ class }}">
{%- for event in events %}
{%- if event.start <= cutoff or not event.recurring %}
  {% include 'calendar_event.j2' %}
{%- endfor %}
</div>