{% extends '@MailThemes/classic/components/order_layout.html.twig' %} {% block content %} {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
{{ 'Thank you for shopping with {shop_name}!'|trans({}, 'Emails.Body', locale) }}
 
  {% if templateType == 'html' %}

{{ 'Order details'|trans({}, 'Emails.Body', locale)|raw }}

{% endif %} {{ 'Order:'|trans({}, 'Emails.Body', locale)|raw }} {order_name} {{ 'Placed on'|trans({}, 'Emails.Body', locale)|raw }} {date}

{{ 'Payment:'|trans({}, 'Emails.Body', locale)|raw }} {payment}
 
{% if templateType == 'html' %} {products} {% endif %} {% if templateType == 'txt' %} {products_txt} {% endif %} {% if templateType == 'html' %} {discounts} {% endif %} {% if templateType == 'txt' %} {discounts_txt} {% endif %} {% if giftWrapping == 1 %} {% endif %}
{{ 'Reference'|trans({}, 'Emails.Body', locale)|raw }} {{ 'Product'|trans({}, 'Emails.Body', locale)|raw }} {{ 'Unit price'|trans({}, 'Emails.Body', locale)|raw }} {{ 'Quantity'|trans({}, 'Emails.Body', locale)|raw }} {{ 'Total price'|trans({}, 'Emails.Body', locale)|raw }}
  {{ 'Products'|trans({}, 'Emails.Body', locale)|raw }}  
  {total_products}  
  {{ 'Discounts'|trans({}, 'Emails.Body', locale)|raw }}  
  {total_discounts}  
  {{ 'Gift-wrapping'|trans({}, 'Emails.Body', locale)|raw }}  
  {total_wrapping}  
  {{ 'Shipping'|trans({}, 'Emails.Body', locale)|raw }}  
  {total_shipping}  
  {{ 'Total Tax paid'|trans({}, 'Emails.Body', locale)|raw }}  
  {total_tax_paid}  
  {{ 'Total paid'|trans({}, 'Emails.Body', locale)|raw }}  
  {total_paid}  
  {% if templateType == 'html' %}

{{ 'Shipping'|trans({}, 'Emails.Body', locale)|raw }}

{% endif %} {{ 'Carrier:'|trans({}, 'Emails.Body', locale)|raw }} {carrier}

{{ 'Payment:'|trans({}, 'Emails.Body', locale)|raw }} {payment}
 
 
  {% if templateType == 'html' %}

{{ 'Delivery address'|trans({}, 'Emails.Body', locale)|raw }}

{delivery_block_html} {% endif %} {% if templateType == 'txt' %} {{ 'Delivery address'|trans({}, 'Emails.Body', locale)|raw }} {delivery_block_txt} {% endif %}
 
 
  {% if templateType == 'html' %}

{{ 'Billing address'|trans({}, 'Emails.Body', locale)|raw }}

{invoice_block_html} {% endif %} {% if templateType == 'txt' %} {{ 'Billing address'|trans({}, 'Emails.Body', locale)|raw }} {invoice_block_txt} {% endif %}
 
  {{ 'Follow your order and download your invoice on our store, go to the %order_history_label% section of your customer account.'|trans({'%order_history_label%': 'Order history and details'|trans({}, 'Shop.Theme.Customeraccount', locale)}, 'Emails.Body', locale)|raw }} {{ 'If you have a guest account, you can follow your order via the %guest_tracking_label% section on our shop.'|trans({'%guest_tracking_label%': 'Guest Tracking'|trans({}, 'Shop.Theme.Customeraccount', locale)}, 'Emails.Body', locale)|raw }} {% endblock %}