Status
{{#if orderStatus}}
Completed
{{else}}
Processing
{{/if}}
Destination
{{#each shipping}}
{{#with address}}
{{address1}}
{{address2}}
{{city}}, {{region}} {{postal}} {{country}}
{{phone}}
{{/with}}
{{/each}}
Shipment
{{#each shipping}}
{{shipmentMethod.label}}
{{/each}}
Payment
{{#each billing}}
{{paymentMethod.storedCard}}
Ref:
{{paymentMethod.transactionId}}
{{/each}}
{{itemCount}}
item(s) from
{{shopName}}
{{> ordersListItems order=.}}