{{ header }}{{ column_left }}
{% if error_warning %}
{{ error_warning }}
{% endif %}

{{ text_form }}

{{ text_account }}
{% if error_firstname %}
{{ error_firstname }}
{% endif %}
{% if error_lastname %}
{{ error_lastname }}
{% endif %}
{% if error_email %}
{{ error_email }}
{% endif %}
{% if error_telephone %}
{{ error_telephone }}
{% endif %}
{% for custom_field in custom_fields %} {% if custom_field.location == 'account' %} {% if custom_field.type == 'select' %}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% 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 %}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% 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 %}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'text' %}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'textarea' %}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'file' %}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'date' %}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'time' %}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'datetime' %}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% endif %} {% endfor %}
{{ text_password }}
{% if error_password %}
{{ error_password }}
{% endif %}
{% if error_confirm %}
{{ error_confirm }}
{% endif %}
{{ text_other }}
{% set address_row = 1 %} {% for address in addresses %}
{% if error_address[address_row].firstname %}
{{ error_address[address_row].firstname }}
{% endif %}
{% if error_address[address_row].lastname %}
{{ error_address[address_row].lastname }}
{% endif %}
{% if error_address[address_row].address_1 %}
{{ error_address[address_row].address_1 }}
{% endif %}
{% if error_address[address_row].city %}
{{ error_address[address_row].city }}
{% endif %}
{% if error_address[address_row].postcode %}
{{ error_address[address_row].postcode }}
{% endif %}
{% if error_address[address_row].country %}
{{ error_address[address_row].country }}
{% endif %}
{% if error_address[address_row].zone %}
{{ error_address[address_row].zone }}
{% endif %}
{% for custom_field in custom_fields %} {% if custom_field.location == 'address' %} {% if custom_field.type == 'select' %}
{% if error_address[address_row]['custom_field'][custom_field.custom_field_id] %}
{{ error_address[address_row].custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'radio' %}
{% for custom_field_value in custom_field.custom_field_value %}
{% if address.custom_field[custom_field.custom_field_id] and custom_field_value.custom_field_value_id == address.custom_field[custom_field.custom_field_id] %} {% else %} {% endif %}
{% endfor %}
{% if error_address[address_row].custom_field[custom_field.custom_field_id] %}
{{ error_address[address_row].custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'checkbox' %}
{% for custom_field_value in custom_field.custom_field_value %}
{% if address.custom_field[custom_field.custom_field_id] and custom_field_value.custom_field_value_id in address.custom_field[custom_field.custom_field_id] %} {% else %} {% endif %}
{% endfor %}
{% if error_address[address_row]['custom_field'][custom_field.custom_field_id] %}
{{ error_address[address_row].custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'text' %}
{% if error_address[address_row]['custom_field'][custom_field.custom_field_id] %}
{{ error_address[address_row].custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'textarea' %}
{% if error_address[address_row]['custom_field'][custom_field.custom_field_id] %}
{{ error_address[address_row].custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'file' %}
{% if error_address[address_row]['custom_field'][custom_field.custom_field_id] %}
{{ error_address[address_row].custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'date' %}
{% if error_address[address_row]['custom_field'][custom_field.custom_field_id] %}
{{ error_address[address_row].custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'time' %}
{% if error_address[address_row]['custom_field'][custom_field.custom_field_id] %}
{{ error_address[address_row].custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'datetime' %}
{% if error_address[address_row]['custom_field'][custom_field.custom_field_id] %}
{{ error_address[address_row].custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% endif %} {% endfor %}
{% set address_row = address_row + 1 %} {% endfor %}
{{ text_affiliate }}
{% if error_tracking %}
{{ error_tracking }}
{% endif %}
{% for custom_field in custom_fields %} {% if custom_field.location == 'affiliate' %} {% if custom_field.type == 'select' %}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% 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 %}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% 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 %}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'text' %}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'textarea' %}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'file' %}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'date' %}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'time' %}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'datetime' %}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% endif %} {% endfor %}
{{ text_payment }}
{% if error_cheque %}
{{ error_cheque }}
{% endif %}
{% if error_paypal %}
{{ error_paypal }}
{% endif %}
{% if error_bank_account_name %}
{{ error_bank_account_name }}
{% endif %}
{% if error_bank_account_number %}
{{ error_bank_account_number }}
{% endif %}
{% if customer_id %}
{{ text_history }}

{{ text_history_add }}
{{ text_transaction }}

{{ text_transaction_add }}
{{ text_reward }}

{{ text_reward_add }}
{% endif %}
{{ text_ip }}
{{ footer }}