{{ header }}
{{ column_left }}
{{ content_top }}
{{ text_invoice_no }}
{% if invoice_no %}{{ invoice_no }}{% else %}{{ text_tbc }}{% endif %}
{{ text_order_id }}
{{ order_id }}
{% if payment_address or shipping_address %}
{% if payment_address %}
{{ text_payment_address }}
{{ payment_address }}
{% endif %} {% if shipping_address %}
{{ text_shipping_address }}
{{ shipping_address }}
{% endif %}
{% endif %}
{% if shipping_method %}
{{ text_shipping_method }}
{{ shipping_method }}
{% endif %}
{{ text_payment_method }}
{{ payment_method }}
{% set product_row = 0 %} {% for product in products %} {% set product_row = product_row + 1 %} {% endfor %} {% for total in totals %} {% endfor %}
{{ column_product }} {{ column_quantity }} {{ column_price }} {{ column_total }} {{ column_action }}
{{ product.name }}
  • - {{ text_model }}: {{ product.model }}
  • {% for option in product.option %}
  • - {{ option.name }}: {{ option.value }}
  • {% endfor %} {% if product.subscription %}
  • - {{ text_subscription }}: {% if product.subscription %}{{ product.subscription_plan }}{% else %}{{ product.subscription_plan }}{% endif %}
  • {% endif %} {% if product.reward %}
  • - {{ text_points }}: {{ product.reward }}
  • {% endif %}
{% for option in product.option %} {% if option.type == 'select' or option.type == 'radio' %} {% endif %} {% if option.type == 'checkbox' %} {% endif %} {% if option.type == 'text' or option.type == 'textarea' or option.type == 'file' or option.type == 'date' or option.type == 'datetime' or option.type == 'time' %} {% endif %} {% endfor %}
{{ product.quantity }} {{ product.price }} {{ product.total }}
{{ button_return }}
{{ total.title }} {{ total.text }}
{% if comment %}
{{ text_comment }}
{{ comment }}
{% endif %}

{{ text_history }}

{{ history }}
{{ content_bottom }}
{{ column_right }}
{{ footer }}