#if ($webinar)
#set($events = $webevents.getUpcomingWebEventsOrderByTitle(false))
#else
#set($events = $webevents.getUpcomingWebEventsOrderByTitle(true))
#end
#foreach($event in $events)
#set($eventImage = ${webapi.getLiveFileAsset($event.eventImage1)})
#set($eventLocations = $webevents.getUpcomingWebEventLocationsPerEvent($event))
#editEvent($event.inode)
#if ($InodeUtils.isSet($eventImage.inode))

#end
$!event.summary
#if ($event.isInstitute())
Locations and Dates:
#else
Dates:
#end
#foreach($location in $eventLocations)
-
#if (!$location.isFull())
$!location.toShortString()
#else
$!location.toShortString()
Session is FULL! Call 850-934-1099 to be notified if openings occur.
#end
#end
#if($eventLocations.size() == 0)
- No Locations Found
#end
#end