Basic Information

First Name
{{registrationInfo.person.first_name}}
Last Name
{{registrationInfo.person.last_name}}
Street
{{registrationInfo.person.street}}
City
{{registrationInfo.person.city}}
State
{{registrationInfo.person.state.value}}
Zipcode
{{registrationInfo.person.zipcode}}
Email(s)
{{getFormattedEmailList()}}
Date of Birth
{{formattedDob()}}
Primary Phone
{{formattedPhoneNumber(registrationInfo.person.primary_phone)}}
Secondary Phone
{{formattedPhoneNumber(registrationInfo.person.secondary_phone)}}

Emergency Contact

Primary Contact Name
{{registrationInfo.person.emergency_contact_1.full_name}}
Primary Contact Phone
{{formattedPhoneNumber(registrationInfo.person.emergency_contact_1.phone_number)}}
Primary Contact Relationship
{{registrationInfo.person.emergency_contact_1.relation}}
Secondary Contact Name
{{registrationInfo.person.emergency_contact_2.full_name}}
Secondary Contact Phone
{{formattedPhoneNumber(registrationInfo.person.emergency_contact_2.phone_number)}}
Secondary Contact Relationship
{{registrationInfo.person.emergency_contact_2.relation}}

Waiver

Participant
{{registrationInfo.person.waivers[0].waiver_signature}}
Guardian
{{registrationInfo.person.waivers[0].guardian_signature}}
Signed
Yes
No