{{#store.logo}}
{{store.name}}
{{/store.logo}}
{{store.name}}
{{#store.address_lines}}
{{.}}
{{/store.address_lines}} {{#store.phone}}
{{store.phone}}{{#store.email}} · {{store.email}}{{/store.email}}
{{/store.phone}} {{^store.phone}} {{#store.email}}
{{store.email}}
{{/store.email}} {{/store.phone}} {{#store.tax_ids}}
{{label}}: {{value}}
{{/store.tax_ids}}
{{i18n.gift_receipt}}
{{i18n.order}}  #{{order.number}}
{{i18n.date}}  {{order.created.datetime_long}}
{{#cashier.name}}
{{i18n.cashier}}  {{cashier.name}}
{{/cashier.name}} {{#customer.name}}
{{i18n.customer}}  {{customer.name}}
{{/customer.name}}
{{#lines}} {{/lines}}
{{i18n.item}} {{i18n.sku}} {{i18n.qty}}
{{name}}
{{#attributes}}
{{key}}: {{value}}
{{/attributes}}
{{#sku}}{{sku}}{{/sku}} {{qty}}
{{#order.customer_note}}
{{i18n.a_message_for_you}}
{{order.customer_note}}
{{/order.customer_note}} {{#store.personal_notes}}
{{store.personal_notes}}
{{/store.personal_notes}}
{{#store.policies_and_conditions}}{{store.policies_and_conditions}}{{/store.policies_and_conditions}} {{^store.policies_and_conditions}}{{i18n.gift_return_policy}}{{/store.policies_and_conditions}}
#{{order.number}} · {{order.created.date_ymd}}
{{#store.footer_imprint}}
{{store.footer_imprint}}
{{/store.footer_imprint}}