{{ header }}{{ column_left }}

{{ text_form }}

{% for custom_field in custom_fields %} {% if custom_field.location == 'account' %} {% if custom_field.type == 'select' %}
{% endif %} {% if custom_field.type == 'radio' %}
{% for custom_field_value in custom_field.custom_field_value %}
{% if account_custom_field[custom_field.custom_field_id] and custom_field_value.custom_field_value_id == account_custom_field[custom_field.custom_field_id] %} {% else %} {% endif %}
{% endfor %}
{% endif %} {% if custom_field.type == 'checkbox' %}
{% for custom_field_value in custom_field.custom_field_value %}
{% if account_custom_field[custom_field.custom_field_id] and custom_field_value.custom_field_value_id in account_custom_field[custom_field.custom_field_id] %} {% else %} {% endif %}
{% endfor %}
{% endif %} {% if custom_field.type == 'text' %}
{% endif %} {% if custom_field.type == 'textarea' %}
{% endif %} {% if custom_field.type == 'file' %}
{% endif %} {% if custom_field.type == 'date' %}
{% endif %} {% if custom_field.type == 'time' %}
{% endif %} {% if custom_field.type == 'datetime' %}
{% endif %} {% endif %} {% endfor %}
{% if order_products or order_vouchers %} {% set product_row = 0 %} {% for order_product in order_products %} {% set product_row = product_row + 1 %} {% endfor %} {% set voucher_row = 0 %} {% for order_voucher in order_vouchers %} {% set voucher_row = voucher_row + 1 %} {% endfor %} {% else %} {% endif %}
{{ column_product }} {{ column_model }} {{ column_quantity }} {{ column_price }} {{ column_total }} {{ column_action }}
{{ order_product.name }}
{% for option in order_product.option %} - {{ option.name }}: {{ option.value }}
{% if option.type == 'select' or option.type == 'radio' or option.type == 'image' %} {% 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 %}
{{ order_product.model }} {{ order_product.quantity }}
{{ order_voucher.description }} 1
{{ text_no_results }}
{{ text_product }}
{{ text_voucher }}

{% for custom_field in custom_fields %} {% if custom_field.location == 'address' %} {% if custom_field.type == 'select' %}
{% endif %} {% if custom_field.type == 'radio' %}
{% for custom_field_value in custom_field.custom_field_value %}
{% if payment_custom_field[custom_field.custom_field_id] and custom_field_value.custom_field_value_id == payment_custom_field[custom_field.custom_field_id] %} {% else %} {% endif %}
{% endfor %}
{% endif %} {% if custom_field.type == 'checkbox' %}
{% for custom_field_value in custom_field.custom_field_value %}
{% if payment_custom_field[custom_field.custom_field_id] and custom_field_value.custom_field_value_id in payment_custom_field[custom_field.custom_field_id] %} {% else %} {% endif %}
{% endfor %}
{% endif %} {% if custom_field.type == 'text' %}
{% endif %} {% if custom_field.type == 'textarea' %}
{% endif %} {% if custom_field.type == 'file' %}
{% endif %} {% if custom_field.type == 'date' %}
{% endif %} {% if custom_field.type == 'time' %}
{% endif %} {% if custom_field.type == 'datetime' %}
{% endif %} {% endif %} {% endfor %}
{% for custom_field in custom_fields %} {% if custom_field.location == 'address' %} {% if custom_field.type == 'select' %}
{% endif %} {% if custom_field.type == 'radio' %}
{% for custom_field_value in custom_field.custom_field_value %}
{% if shipping_custom_field[custom_field.custom_field_id] and custom_field_value.custom_field_value_id == shipping_custom_field[custom_field.custom_field_id] %} {% else %} {% endif %}
{% endfor %}
{% endif %} {% if custom_field.type == 'checkbox' %}
{% for custom_field_value in custom_field.custom_field_value %}
{% if shipping_custom_field[custom_field.custom_field_id] and custom_field_value.custom_field_value_id in shipping_custom_field[custom_field.custom_field_id] %} {% else %} {% endif %}
{% endfor %}
{% endif %} {% if custom_field.type == 'text' %}
{% endif %} {% if custom_field.type == 'textarea' %}
{% endif %} {% if custom_field.type == 'file' %}
{% endif %} {% if custom_field.type == 'date' %}
{% endif %} {% if custom_field.type == 'time' %}
{% endif %} {% if custom_field.type == 'datetime' %}
{% endif %} {% endif %} {% endfor %}
{{ column_product }} {{ column_model }} {{ column_quantity }} {{ column_price }} {{ column_total }}
{{ text_no_results }}
{{ text_order_detail }}
{{ footer }}