{% load wagtailcore_tags wagtailimages_tags %}

{{ title }}

{% if event.image %}{% image event.image width-250 class="joy-img-link__img" %}{% endif %} {% include "joyous/includes/who.html" %} {% include "joyous/includes/when.html" %} {% include "joyous/includes/where.html" %} {% if event.details %} {% if event.extra_information %}
{{ event.extra_information|richtext|truncatewords_html:150 }}
{% endif %}
{{ event.details|richtext|truncatewords_html:150 }}
{% else %} {% if event.cancellation_details %}
{{ event.cancellation_details|richtext }}
{% endif %} {% endif %}