#if (!$event) #set($event = $webevents.getWebEvent($request.getParameter("inode"))) #end #set($eventLocations = $webevents.getUpcomingWebEventLocationsPerEvent($event))

Comments & Testimonials

#if ($event.isInstitute())

Locations

#else

Dates

#end #foreach ($location in $eventLocations)

$!location.toShortString() #if ($location.isFull())
Session is FULL!
Call 850-934-1099 to be notified if openings occur.
#else #if ($location.isAlmostAtCapacity())
Almost at Capacity #end #end
   
 
#set($price = $webevents.getEventLocationPrice($location)) Tuition: $ $!webapi.toPriceFormat($price)
#if (!$location.isFull()) #end #if($event.isInstitute()) #if($location.hotelLink && $InodeUtils.isSet($location.hotelLink)) #end #end
 
   

#end #if ($eventLocations.size() == 0) No Locations Found #end