{{ header }}{{ column_left }}
{{ text_form }}
{{ text_invoice }}
{{ invoice_prefix }}{{ invoice_no }}
{% if not invoice_no %} {% else %} {% endif %}
{{ text_customer }}
{% if customer_id %} {% else %}
{{ firstname }} {{ lastname }}
{% endif %}
{{ text_date_added }}
{{ date_added }}
{% for order_product in order_products %} {% endfor %} {% for order_voucher in order_vouchers %} {% endfor %} {% if not order_products and not order_vouchers %} {% endif %}
{{ column_product }} {{ column_model }} {{ column_quantity }} {{ column_price }} {{ column_total }} {{ column_action }}
{{ order_product.name }} {% if order_product.option %} {% for option in order_product.option %}
{% if option.type != 'file' %} - {{ option.name }}: {{ option.value }} {% else %} - {{ option.name }}: {{ option.value }} {% endif %} {% endfor %} {% endif %} {% if order_product.reward %}
- {{ text_points }}: {{ order_product.reward }} {% endif %} {% if order_product.subscription %}
- {{ text_subscription }}: {{ order_product.subscription_description }} {% endif %}
{{ order_product.model }} {{ order_product.quantity }} {{ order_product.price }} {{ order_product.total }}
{{ order_voucher.description }} 1 {{ order_voucher.amount }} {{ order_voucher.amount }}
{{ text_no_results }}
{{ text_reward }}
{{ points }}
{% if not reward_total %} {% else %} {% endif %}
{{ text_affiliate }}
{% if affiliate_id %} {% else %}
 
{% endif %}
{{ text_commission }}
{% if commission %}
{{ commission }}
{% else %}
 
{% endif %}
{% if not commission_total %} {% else %} {% endif %}
{{ text_payment_address }}
{% if payment_firstname %} {{ payment_firstname }} {{ payment_lastname }}
{% endif %} {% if payment_company %} {{ payment_company }}
{% endif %} {% if payment_address_1 %} {{ payment_address_1 }}
{% endif %} {% if payment_address_2 %} {{ payment_address_2 }}
{% endif %} {% if payment_city %} {{ payment_city }}
{% endif %} {% if payment_postcode %} {{ payment_postcode }}
{% endif %} {% if payment_zone %} {{ payment_zone }}
{% endif %} {% if payment_country %} {{ payment_country }} {% endif %}
{{ text_shipping_address }}
{% if shipping_firstname %} {{ shipping_firstname }} {{ shipping_lastname }}
{% endif %} {% if shipping_company %} {{ shipping_company }}
{% endif %} {% if shipping_address_1 %} {{ shipping_address_1 }}
{% endif %} {% if shipping_address_2 %} {{ shipping_address_2 }}
{% endif %} {% if shipping_city %} {{ shipping_city }}
{% endif %} {% if shipping_postcode %} {{ shipping_postcode }}
{% endif %} {% if shipping_zone %} {{ shipping_zone }}
{% endif %} {% if shipping_country %} {{ shipping_country }} {% endif %}
{{ text_shipping_method }}
{% if shipping_method %} {{ shipping_method }} {% else %} {% endif %}
{{ text_payment_method }}
{% if payment_method %} {{ payment_method }} {% else %} {% endif %}
{{ text_comment }}
{% if comment %} {{ comment }} {% else %} {% endif %}
{% for order_total in order_totals %} {% endfor %}
{{ order_total.title }} {{ order_total.text }}
{{ text_history }}
{{ text_history }}
{{ history }}
{{ text_history_add }}
{{ help_override }}
{% if forwarded_ip %} {% endif %}
{{ text_browser }}
{{ text_ip }} {{ ip }}
{{ text_forwarded_ip }} {{ forwarded_ip }}
{{ text_user_agent }} {{ user_agent }}
{{ text_accept_language }} {{ accept_language }}
{% for tab in tabs %}
{{ tab.content }}
{% endfor %}
{{ footer }}