{% load wagtailcore_tags wagtailimages_tags %}
{{ event.when }}
{% if event.postponed_from %}
Postponed from {{ event.postponed_from }}
{% endif %} {% if event.next_on %}
Next on {{ event.next_on }}
{% endif %} {% if event.location %}
{{ event.location }} [map]
{% endif %} {% if event.website %}
{{ event.website }}
{% endif %}