Info Pribadi
Nama Depan {{ overseasForm.firstName || '-' }}
Nama Belakang {{ overseasForm.lastName || '-' }}
Title {{ overseasForm.gender === '1' ? 'Pria' : 'Wanita' }}
Telephone {{ overseasForm.phoneNumber || '-' }}
Email {{ overseasForm.email || '-' }}
Informasi Dealer
Store name {{overseasForm.currentStore && overseasForm.currentStore.organizationName}}
Store address {{overseasForm.currentStore && overseasForm.currentStore.address || '-'}}
Store phone {{overseasForm.currentStore && overseasForm.currentStore.phoneNumber || '-'}}