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

{{ page.extra_title }}

{% else %}

{{ overrides.title }}

{% endif %}
{% image overrides.image width-350 %}
{% include "joyous/includes/who_when_where.html" with event=page %}
{{ page.extra_information|richtext }}
{{ overrides.details|richtext }}
{% include "joyous/includes/event_overrides.html" %}
{% endwith %} {% endblock %}