{% load wagtailcore_tags wagtailimages_tags %}

{{ item.title }}

, {% if item.intro %}

{{ item.intro }}

, {% endif %} {% if item.description %}

{{ item.description|richtext }}

, {% endif %} {% if item.author %}
{{ item.author.name }}, {% if item.date %} {% endif %} {{ item.author.role }}, {% if item.event_type %} {% endif %} {% if item.date %} {% endif %}
{% endif %}