{% load i18n humanize %}
{% if object.image %} {% endif %} {{ object.content|safe }}
{% trans "When" %}: {% 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 "Where" %}:
{{ object.location.name }}
{% if object.location.address %}
{{ object.location.address }}
{% endif %} {% if object.location.coordinates %} {% endif %} {% endif %}