{% comment %} Expects these variables: newsitem_list, hidden_schema_list, show_upcoming, is_latest_page {% endcomment %} {% load eb eb_filter mapping humanize dateutils %} {% if newsitem_list %} {% regroup newsitem_list by item_date|friendlydate as newsitem_list_byday %} {% for daygroup in newsitem_list_byday %}
Items {{ page_start_index|intcomma }}-{{ page_end_index|intcomma }} (Page {{ page_number|intcomma }})
We haven't found any {% if show_upcoming %}events {% else %} news {% endif %} available for this area recently.
{% endif %}