{{#if shipments}}

{{lang 'core.account.receipt.shipments.title'}}

{{#each shipments}} {{/each}}
{{lang 'core.account.receipt.shipments.date'}} {{lang 'core.account.receipt.shipments.provider'}} {{lang 'core.account.receipt.shipments.link'}}
{{date_shipped}} {{shipping_provider}} {{#if shipping_track.url}} {{/if}} {{#if show_shipping_method}} {{shipping_track.number}} — {{shipping_method}} {{else}} {{shipping_track.number}} {{/if}} {{#if shipping_track.url}} {{/if}}
{{/if}}