{{studentInfo.firstName}} {{studentInfo.lastName}}
Status: {{studentInfo.active ? 'Active' : 'Inactive'}}
Age: {{currentAge()}} Birthday: {{formattedBirthday()}}
Address: {{studentInfo.street}}, {{studentInfo.city}}, {{studentInfo.state}} {{studentInfo.zipcode}}
Emails: {{email.email}}{{$last ? '' : ', '}}
Primary Emergency Contact
Name: {{primaryEmergencyContact.fullName}}
Relationship: {{primaryEmergencyContact.relation}}
Secondary Emergency Contact
Name: {{secondaryEmergencyContact.fullName}}
Relationship: {{secondaryEmergencyContact.relation}}