{{ calendar.name }}

{% if events %} {% for event in events %}

{{ event.name }}

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

{% if event.location %}
Location
{{ event.location.name }}
{% endif %} {% if event.contact %}
Contact
{{ event.contact.name_first }} {{ event.contact.name_last }}
{% endif %} See more details...
{% endfor %} {% else %}

There are no upcoming events scheduled on this calendar.

{% endif %}