{{customer.FirstName}} {{customer.LastName}}

Address: {{customer.Address}},{{customer.City}},{{customer.State}},{{customer.ZipCode}}
Cell Phone: {{customer.CellPhone != null ? (customer.CellPhone | telephone) : ''}}
Email: {{customer.Email != null ? customer.Email : ''}}
Birth Date: {{customer.BirthDate | dateDifference : 'Birthday'}}
Location: {{customer.ClubLocation != null ? customer.ClubLocation : ''}}
Skin Type: {{customer.SkinType != null ? customer.SkinType : ''}}
Referred By: {{customer.ReferredBy != null ? customer.ReferredBy : ''}}
Heard From: {{customer.HowHeardAboutUs != null ? customer.HowHeardAboutUs : ''}}