{% if success %}
{{ success }}
×
{% endif %}
{% if error_warning %}
{{ error_warning }}
×
{% endif %}
{{ column_left }}
{% if column_left and column_right %}
{% set class = 'col-lg-8 col-sm-5 col-md-6 col-xs-12' %}
{% elseif column_left or column_right %}
{% set class = 'col-sm-8 col-md-9 col-xs-12 colright' %}
{% else %}
{% set class = 'col-sm-12' %}
{% endif %}
{{ content_top }}
{{ cheading_title }}
{{ text_order_detail }}
{% if invoice_no %} {{ text_invoice_no }} {{ invoice_no }}
{% endif %} {{ text_order_id }} #{{ order_id }}
{{ text_date_added }} {{ date_added }}
{% if payment_method %} {{ text_payment_method }} {{ payment_method }}
{% endif %}
{% if shipping_method %} {{ text_shipping_method }} {{ shipping_method }} {% endif %}
{{ text_payment_address }}
{% if shipping_address %}
{{ text_shipping_address }}
{% endif %}
{{ payment_address }}
{% if shipping_address %}
{{ shipping_address }}
{% endif %}
{{ column_name }}
{{ column_model }}
{{ column_quantity }}
{{ column_price }}
{{ column_total }}
{% if products %}
{% endif %}
{% for product in products %}
{{ product.name }}
{% for option in product.option %}
- {{ option.name }}: {{ option.value }} {% endfor %}
{{ 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 %}
{% if histories %}
{{ text_history }}
{{ column_date_added }}
{{ column_status }}
{{ column_comment }}
{% if histories %}
{% for history in histories %}
{{ history.date_added }}
{{ history.status }}
{{ history.comment }}
{% endfor %}
{% else %}
{{ text_no_results }}
{% endif %}
{% endif %}
{{ column_right }}
{{ content_bottom }}
{{ footer }}