{{!-- TODO: Fixup table cell and heading whitespace when Chrome fixes their table rendering bug --}} {{#each cart.items}} {{/each}}
{{lang 'cart.checkout.item'}}{{lang 'cart.checkout.price'}}{{lang 'cart.checkout.quantity'}}{{lang 'cart.checkout.total'}}
{{#if type '===' 'GiftCertificate'}} {{recipient}} {{else}} {{#if image}} {{image.alt}} {{else}} {{lang 'product.no_image'}} {{/if}} {{/if}}

{{name}}

{{#if release_date}}

({{release_date}})

{{/if}} {{#if options}}
{{#if brand.name}}
{{lang 'cart.checkout.brand'}}:
{{brand.name}}
{{/if}} {{#each configurable_fields}}
{{name}}:
{{#if is_file}} {{{value}}} {{else}} {{{value}}} {{/if}}
{{/each}} {{#each options}}
{{name}}:
{{#if is_file}} {{{value}}} {{else}} {{{value}}} {{/if}}
{{/each}}
{{/if}} {{> components/cart/item-gift-wrap}}
{{price.formatted}} {{#if price_discounted}} {{price_discounted.formatted}} {{/if}}
{{total.formatted}} {{#if total_discounted}} {{total_discounted.formatted}} {{/if}}