<% require css("purplespider/basic-calendar: client/dist/css/calendar.css") %>

$Title

$Content <% if ShowPast %> <% if getEvents(past) %>

» View Upcoming Events

Past Events

<% loop getEvents(past).GroupedBy(Year) %> <% loop Children %> <% include PurpleSpider/BasicCalendar/CalendarEntry %> <% end_loop %> <% end_loop %> <% else %>

There are no upcoming events.

<% end_if %> <% else %> <% if getEvents(past) %>

» View Past Events

<% end_if %>

Upcoming Events

<% if getEvents(future) %> <% loop getEvents(future).GroupedBy(Year) %> <% loop Children %> <% include PurpleSpider/BasicCalendar/CalendarEntry %> <% end_loop %> <% end_loop %> <% else %>

There are no upcoming events.

<% end_if %> <% end_if %>