#set($event=$webevents.getWebEvent($webEventRegistrationForm.eventInode)) #set($location=$webevents.getWebEventLocation($webEventRegistrationForm.eventLocationInode)) #set($attendees=$webEventRegistrationForm.eventAttendees)
#parse('static/messages.html')

Your Registrations:

#if(${attendees.size()} ==0) #else #end #foreach ($attendee in $attendees) #end
$!event.title
$!location.toString()
No Attendees Registered.
Attendee List
    Name: $attendee.firstName $attendee.lastName
    Badge Name: #if($attendee.badgeName != "")$attendee.badgeName #else No Badge Name #end
    

 

#if ($request.getParameter("dispatch") == "editAttendee") Edit Attendee

#else Adding Attendees

#end

Here you can register one or more attendees for this event. For each attendee, fill in their information below and hit "Submit" to save it.
#if(${attendees.size()} ==0)Note: You can click on Add Myself Now to automatically populate the fields with your information. #end

#if ($request.getParameter("dispatch") == "editAttendee") #else #if ($attendees.size() > 0) #else #end #end
 First Name:
 Last Name:
   Preferred Badge Name:
 Email address:
 Title for Badge:
   
"" ""