{% load jmbo_template_tags i18n humanize jmbo_calendar_tags %} {% jmbocache 3600 'event-list-item-thumbnail' object.id object.modified %} {{ object.title }}
{% if object.categories.all.count %}{{ object.categories.all|join_titles }}:{% endif %} {{ object.title }}
{% if object.next %} {% with dt=object.next %}{% with day=dt|naturalday:"D d N 'y" time=dt|time:"G:i" %}
{% blocktrans %}{{ day }} at {{ time }}{% endblocktrans %}
{% endwith %}{% endwith %} {% elif object.last %} {% with dt=object.last %}{% with day=dt|naturalday:"D d N 'y" time=dt|time:"G:i" %}
{% blocktrans %}{{ day }} at {{ time }}{% endblocktrans %}
{% endwith %}{% endwith %} {% endif %} {% if object.location %}
{% trans "Venue" %}: {{ object.location.name }}
{% if show_distance and object.distance %}
({% widthratio object.distance 1000 1 %} {% trans "km away" %})
{% endif %} {% if object.location.address %}
{{ object.location.address }}
{% endif %} {% if object.location.coordinates %} {% endif %} {% endif %}
{% endjmbocache %} {% include "includes/list_meta.html" %}