{% load jmbo_inclusion_tags humanize %} {% regroup object_list by start.date as group_list %} {% for item in group_list %}

{{ item.grouper|date:"M"}}{{ item.grouper|date:"d"}}

{{ item.grouper|naturalday:"l d F Y"|title }}

{% for object in item.list %} {% with object as entryitem %} {% render_object object.content.as_leaf_class "entryitem_list_wide" %} {% endwith %} {% endfor %} {% endfor %}