#parse('static/messages.html') |
Thanks for your Registration Order #${registration.inode}
Here is a summary of your registration. An email will be sent to this email address: $registration.billingContactEmail with the
registration information. You will be able to view, edit and add attendees by going to "My Profile".
|

913 Gulf Breeze Parkway Suite #6
Gulf Breeze, FL 32561
EIN: 59-3691553
|
|
Invoice
|
P.O. NO. |
TERMS |
DUE DATE |
$!{registration.poNumber} |
|
|
Your Registrations |
Amount |
#set($total = 0)
#foreach ($attendee in $attendees)
#set($total = $math.add($total,$attendee.registrationPrice))
$!event.title |
$!location.toString()
|
Name: $attendee.firstName $attendee.lastName
Badge Name: #if($attendee.badgeName != "")$attendee.badgeName #else No Badge Name #end
|
|
$$!webapi.toPriceFormat($attendee.registrationPrice) |
#end
Total |
$$!webapi.toPriceFormat($total)
|
The Studer Group, L.L.C.
850-934-1099
|
#if ($registration.paymentType==2)
CHECK MUST BE RECEIVED 7 DAYS PRIOR TO ATTENDING THE EVENT.
A cancellation fee of $550 will be charged if Studer Group is not notified SEVEN BUSINESS DAYS prior to the event.
Please print this page and place it with the check in a stamped envelope. Make checks payable to:
Studer Group
913 Gulf Breeze Parkway, Suite 6
Gulf Breeze, Florida 32561
Thank you for your order. We appreciate your business and look forward to serving you in the future.
|
#end
|