{# requires variable: object_list #}
{# Just to offset the closing div in the ifchanged block #} {% for occurrence in object_list %} {% ifchanged %}

{{ occurrence.start_time|date:"l F j, Y" }}

{% endifchanged %} {% include "_widgets/_occurrence_tile.html" with object=occurrence include_date=True %} {% if forloop.last %}
{% endif %} {% endfor %}