Personal Info
First Name {{ overseasForm.firstName || '-' }}
Last Name {{ overseasForm.lastName || '-' }}
Title {{ overseasForm.gender === '1' ? 'Male' : 'Female' }}
Phone {{ overseasForm.phoneNumber || '-' }}
Email {{ overseasForm.email || '-' }}
Store info
Store name {{overseasForm.currentStore && overseasForm.currentStore.organizationName}}
Store address {{overseasForm.currentStore && overseasForm.currentStore.address || '-'}}
Store phone {{overseasForm.currentStore && overseasForm.currentStore.phoneNumber || '-'}}