{% extends "joyous/joyous_base.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% block content %}
{% if page.status %}
{{ page.status_text }}
{% endif %} {# postponement_title is required #}

{{ page.postponement_title }}

{% image page.image width-350 %}
{% include "joyous/includes/who_when_where.html" with event=page %}
{{ page.details|richtext }}
See also
other occurences
of this event.
{% endblock %}