{{#each cart.items}} {{/each}}
{{lang 'cart.checkout.item'}} {{lang 'cart.checkout.price'}} {{lang 'cart.checkout.quantity'}} {{lang 'cart.checkout.total'}}
{{#if type '==' 'GiftCertificate'}} GiftCertificate {{else}} {{image.alt}} {{/if}} {{#if brand.name}}

{{brand.name}}

{{/if}}

{{name}}

{{#if release_date}}

({{release_date}})

{{/if}} {{#if configurable_fields}}
{{#each configurable_fields}}
{{name}}:
{{#if is_file}} {{{value}}} {{else}} {{{value}}} {{/if}}
{{/each}}
{{/if}} {{#if options}}
{{#each options}}
{{name}}:
{{#if is_file}} {{{value}}} {{else}} {{{value}}} {{/if}}
{{/each}}
{{/if}} {{#or options configurable_fields}} {{lang 'cart.checkout.change'}} {{/or}} {{#if type '==' 'GiftCertificate'}} {{lang 'cart.checkout.change'}} {{/if}} {{> components/cart/item-giftwrap this}} {{#if event_date}}
{{event_date.name}}
{{event_date.date}}
{{/if}}
{{lang 'cart.checkout.price'}} {{price.formatted}} {{#if price_discounted}} {{price_discounted.formatted}} {{/if}}
{{# if can_modify}} {{/if}} {{# if can_modify}} {{/if}}
{{lang 'cart.checkout.total'}} {{total.formatted}} {{#if total_discounted}} {{total_discounted.formatted}} {{/if}} {{# if can_modify}} {{else}} {{#if type '==' 'GiftCertificate'}} {{/if}} {{/if}}