My Webpage

{{ a_vari{{ header }}
{{ column_left }} {% if column_left and column_right %} {% set class = 'col-sm-6' %} {% elseif column_left or column_right %} {% set class = 'col-sm-9' %} {% else %} {% set class = 'col-sm-12' %} {% endif %}
{{ content_top }}

{{ text_address }}

{% if error_firstname %}
{{ error_firstname }}
{% endif %}
{% if error_lastname %}
{{ error_lastname }}
{% endif %}
{% if error_address_1 %}
{{ error_address_1 }}
{% endif %}
{% if error_city %}
{{ error_city }}
{% endif %}
{% if error_postcode %}
{{ error_postcode }}
{% endif %}
{% if error_country %}
{{ error_country }}
{% endif %}
{% if error_zone %}
{{ error_zone }}
{% endif %}
{% for custom_field in custom_fields %} {% 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 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_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 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_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 == 'time' %}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% endfor %}
{% if default %} {% else %} {% endif %}
{{ content_bottom }}
{{ column_right }}
{{ footer }}able }}