{{ header }}{{ column_left }}
{{ text_form }}
{{ text_customer }}
{% 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 %}
{% endfor %}
{% endif %} {% if custom_field.type == 'checkbox' %}
{% for custom_field_value in custom_field.custom_field_value %}
{% 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 %}
{{ text_password }}
{{ text_other }}
{{ help_safe }}
{% set address_row = 0 %} {% for address in addresses %}
{{ text_address }} {{ address_row + 1 }}
{% 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 %}
{% endfor %}
{% endif %} {% if custom_field.type == 'checkbox' %}
{% for custom_field_value in custom_field.custom_field_value %}
{% 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 %}
{% set address_row = address_row + 1 %} {% endfor %}
{{ text_payment_method }}
{{ payment_method }}
{{ text_history }}
{{ history }}
{{ text_history_add }}
{{ text_transaction }}
{{ transaction }}
{{ text_transaction_add }}
{{ text_reward }}
{{ reward }}
{{ text_reward_add }}
{{ help_points }}
{{ text_ip }}
{{ ip }}
{{ footer }}