{{store.name}}
{{#store.address_lines}}
{{.}}
{{/store.address_lines}} {{#store.phone}}
{{store.phone}}
{{/store.phone}} {{#store.tax_ids}}
{{label}}: {{value}}
{{/store.tax_ids}} {{#store.opening_hours}}
{{store.opening_hours}}
{{/store.opening_hours}}
{{i18n.receipt}}
{{#cashier.name}} {{/cashier.name}} {{#customer.name}} {{/customer.name}}
{{i18n.order}} #{{order.number}}
{{i18n.date}} {{order.created.datetime}}
{{i18n.cashier}} {{cashier.name}}
{{i18n.customer}} {{customer.name}}

{{#lines}}
{{name}}
{{qty}} x {{unit_price_display}}{{#sku}} ({{sku}}){{/sku}} {{line_total_display}}
{{/lines}}
{{#discounts}} {{/discounts}} {{#shipping}} {{/shipping}} {{#fees}} {{/fees}} {{#tax_summary}} {{/tax_summary}}
{{i18n.subtotal}} {{totals.subtotal_display}}
{{label}} -{{total_display}}
{{label}} {{total_display}}
{{label}} {{total_display}}
{{#tax.display_excl}}{{label}}{{#rate}} ({{rate}}%){{/rate}}{{/tax.display_excl}}{{#tax.display_incl}}{{i18n.included_tax}}: {{label}}{{#rate}} ({{rate}}%){{/rate}}{{/tax.display_incl}} {{tax_amount_display}}
{{i18n.total}} {{totals.total_incl_display}}

{{#payments}} {{#tendered}} {{/tendered}} {{#change}} {{/change}} {{/payments}}
{{method_title}} {{amount_display}}
{{i18n.tendered}} {{tendered_display}}
{{i18n.change}} {{change_display}}
{{#order.customer_note}}
{{i18n.customer_note}}: {{order.customer_note}}
{{/order.customer_note}}
{{i18n.thank_you_purchase}}