{% load i18n %}
{# FIXME: get current complete URL #}
{% if nav_dates.dates %}
{% endif %}
{% for day, list in object_list %}
{# you might like to hide it by default -- this more for sections #}
{{ day|date:'l d F' }}
{% with item_date_format="H:i" %}
{% with list_no_cover=self.hide_icons %}
{% for item in list %}
{% include "aircox_cms/snippets/date_list_item.html" %}
{% endfor %}
{% endwith %}
{% endwith %}