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

{{ page.postponement_title }}

{% else %}

{{ page.title }}

{% endif %}
{% 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 %}