{% extends "joyous/joyous_base.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% block content %} {% with event=page.overrides %}
{% if page.status %}
{{ page.status_text }}
{% endif %} {% if page.cancellation_title %}

{{ page.cancellation_title }}

{% else %}

{{ page.title }}

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