{{ content_top }}
{{ heading_title }}
{% if invoice_no %}
{{ text_invoice_no }} |
{{ invoice_no }} |
{% endif %}
{{ text_order_id }} |
#{{ order_id }} |
{{ text_order_status }} |
{{ order_status }} |
{% if shipping_method %}
{{ text_shipping_method }} |
{{ shipping_method }} |
{% endif %}
{{ text_payment_method }} |
{{ payment_method }} |
{{ text_date_added }} |
{{ date_added }} |
{% if payment_address or shipping_address %}
{% if payment_address %}
{{ text_payment_address }} |
{% endif %}
{% if shipping_address %}
{{ text_shipping_address }} |
{% endif %}
{% if payment_address %}
{{ payment_address }} |
{% endif %}
{% if shipping_address %}
{{ shipping_address }} |
{% endif %}
{% endif %}
{{ column_name }} |
{{ column_model }} |
{{ column_quantity }} |
{{ column_price }} |
{{ column_total }} |
{% if products %}
{{ column_action }} |
{% endif %}
{% for product in products %}
{{ product.name }}
{% for option in product.option %}
- {{ option.name }}: {{ option.value }}
{% endfor %}
{% if product.reward %}
- {{ text_points }}: {{ product.reward }}
{% endif %}
{% if product.subscription %}
- {{ text_subscription }}: {{ product.subscription_description }}
{% endif %}
|
{{ product.model }} |
{{ product.quantity }} |
{{ product.price }} |
{{ product.total }} |
{% if product.reorder %}{% endif %}
|
{% endfor %}
{% for voucher in vouchers %}
{{ voucher.description }} |
|
1 |
{{ voucher.amount }} |
{{ voucher.amount }} |
{% if products %}
|
{% endif %}
{% endfor %}
{% for total in totals %}
|
{{ total.title }} |
{{ total.text }} |
{% if products %}
|
{% endif %}
{% endfor %}
{% if comment %}
{{ text_comment }} |
{{ comment }} |
{% endif %}
{{ text_history }}
{{ history }}
{{ content_bottom }}