{%- endif %}
{{ day.day }}
{% for event in calendar.day_events(day, user=current_user if user_only else none) %}
{% if not event.all_day %}
{{ event.start_time_for_user(current_user).strftime('%H:%M') }}–{{ event.end_time_for_user(current_user).strftime('%H:%M') }}
{% endif %}
{{ event.title }}
{% endfor %}
|
{% endfor %}