{{ event.calendar.name }}

{{ event.name }}

{{ event.start }} - {{ event.end }}

{% if event.description %}

Description

{{ event.description|linebreaks }} {% endif %} {% if event.audience %}

Audience

{{ event.audience|linebreaks }} {% endif %} {% if event.max_size %}

Maximum Attendance

{{ event.max_size }}

{% endif %} {% if event.location %}

Location

{{ event.location.name }}
{% if event.location.address_set or event.location.email_set or event.location.phone_set or event.location.website_set %} {% endif %} {% endif %} {% if event.contact %}

Contact

{{ event.contact.name_first }} {{ event.contact.name_last }}
{% if event.contact.title %}
{{ event.contact.title }}
{% endif %} {% if event.contact.address_set or event.contact.email_set or event.contact.phone_set or event.contact.website_set %} {% endif %} {% endif %}