{{#if type '===' 'giftcertificate'}}
{{else}}
{{/if}}
{{lang 'core.account.receipt.items.product_title' name=name quantity=quantity}}
{{#if brand}}
{{brand.name}}
{{/if}}
{{#if download_url}}
{{#unless refunded}}
{{lang 'core.account.receipt.items.download'}}
{{/unless}}
{{/if}}
{{#if options}}
{{/if}}
{{#if customizations}}
{{/if}}
{{lang 'core.account.receipt.items.options'}}
{{lang 'core.account.receipt.items.customizations'}}
{{#if gift_wrapping_name}}
{{/if}}
{{#if refunded}}
{{lang 'core.account.receipt.items.gift_wrapping'}}
{{gift_wrapping_name}}
{{lang 'core.account.receipt.items.refunded'}}
{{refunded_qty}}
{{else}}
{{#if refunded_qty}}
{{lang 'core.account.receipt.items.refunded'}}
{{refunded_qty}}
{{/if}}
{{/if}}
{{#unless show_reorder}}
{{lang 'core.account.receipt.items.reorder'}}
{{{reorder_message}}}
{{/unless}}
{{total.formatted}}