{{customer.address1 ? customer.address1 : "Not provided"}}
{{customer.address2 ? customer.address2 : "Not provided"}}
{{customer.city ? customer.city : "Not provided" }}
{{customer.country ? (customer.country | isoCountryFromAbbreviation) : "Not provided" }}
{{customer.stateProvinceRegion ? customer.stateProvinceRegion : "Not provided" }}
{{customer.zipOrPostalCode ? customer.zipOrPostalCode : "Not provided" }}
{{customer.phoneNo ? customer.phoneNo : "Not provided"}}
{{customer.mobileno ? customer.mobileno : "Not provided" }}
{{customer.createdAt | date: 'yyyy-MM-dd HH:mm:ss'}}
{{customer.modifiedAt | date: 'yyyy-MM-dd HH:mm:ss'}}
{{customer.signupCustomerId ? customer.signupCustomerId : "Not available" }}