{% load i18n humanize %}
{% if object.image %} {% endif %} {{ object.content|safe }}
{% trans "When" %}:
{{ object.next|naturalday:"D d N 'y" }} {% trans "at" %} {{ object.next|time:"G:i" }}
{% if object.location %} {% trans "Where" %}:
{{ object.location.name }}
{% if object.location.address %}
{{ object.location.address }}
{% endif %} {% if object.location.coordinates %} {% endif %} {% endif %}