{{#with account.profile}}
{{#each addressBook}}
{{fullName}}
{{address1}}
{{address2}},
{{city}}, {{region}} {{postal}} {{country}}
{{phone}}
{{fullName}}
{{address1}}
{{address2}},
{{city}}, {{region}} {{postal}} {{country}}
{{phone}}
{{/each}}
{{/with}}