{{ title }}
  
  
  
{% if text_greeting %}

{{ text_greeting }}

{% endif %} {% if customer_id %} {% endif %} {% if download %} {% endif %} {% if instruction %}

{{ text_instruction }}
{{ instruction }}

{% endif %}
{{ text_order_detail }}
{{ text_order_id }} {{ order_id }} {% if invoice_no %}
{{ text_invoice_no }} {{ invoice_no }} {% endif %}
{{ text_date_added }} {{ date_added }}
{{ text_order_status }} {{ new_order_status }}
{{ text_email }} {{ email }}
{{ text_telephone }} {{ telephone }}
{{ text_payment_address }}
{{ payment_address }} {% if payment_method %}
{{ text_payment_method }} {{ payment_method }} {% endif %}
{% if shipping_address %} {{ text_shipping_address }}
{{ shipping_address }} {% endif %} {% if shipping_method %}
{{ text_shipping_method }} {{ shipping_method }} {% endif %}
 
{% if products or vouchers or totals %} {% for product in products %} {% set row_style_background = loop.index0 %} {% endfor %} {% for voucher in vouchers %} {% set row_style_background = row_style_background + 1 %} {% endfor %} {% if totals %} {% for total in totals %} {% set row_style_background = row_style_background + 1 %} {% endfor %} {% endif %}
{{ text_product }} {{ text_price }} {{ text_total }}
{% if product.image %} {% if product.url %} {% else %} {% endif %} {% endif %} {% if product.url %} {{ product.name }} {% else %} {{ product.name }} {% endif %} {% if product.model or product.option %}
{% endif %} {% if product.model %} {{ text_model }} : {{ product.model }} {% endif %} {% if product.option %}
    {% for option in product.option %}
  • {{ option.name }} : {{ option.value }}
  • {% endfor %}
{% endif %}
{% if product.quantity == 1 %} {{ product.quantity }} x {% endif %} {{ product.price }} {{ product.total }}
{{ voucher.description }} {{ voucher.amount }}
{{ total.title }} {{ total.text }}
 
{% endif %} {% if order_comment %}

{{ text_comment }}
{{ order_comment }}

{% endif %}

{{ text_footer }}