{% load jmbo_template_tags foundry_tags i18n humanize %} {{ object.title }}
{% if object.categories.all.count %}{{ object.categories.all|join_titles }}:{% endif %} {{ object.title }}
{{ object.next|naturalday:"D d N 'y" }} {% trans "at" %} {{ object.next|time:"G:i" }}
{% 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 %}
{% include "includes/list_meta.html" %}