{% for week in weeks %} {% for day in week %} {% with in_month=day.month == range.month_start.month %} {% endwith %} {% endfor %} {% endfor %}
{{ day.day }}
{% for ev in events_by_date|get_item:day %} {% if ev.color_hex %} {{ ev.title }} {% elif ev.color_variant %} {{ ev.title }} {% else %} {{ ev.title }} {% endif %} {% endfor %}