{{#with shipping.address}}
{{this.address}}, {{this.city}}, {{this.region}} {{this.postal}}
{{/with}}
|
{{#with billing.address}}
{{this.address}}, {{this.city}}, {{this.region}} {{this.postal}}
{{/with}}
|
{{#each billing.payments}}
{{this.displayName}} ({{this.displayAmount}})
{{/each}}
|