{% for item in navigation %}
{{ item.caption }}
{% endfor %}
My Webpage
{{ a_vari{{ header }}
{% for breadcrumb in breadcrumbs %}
{{ breadcrumb.text }}
{% endfor %}
{{ 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 }}
{{ entry_firstname }}
{% if error_firstname %}
{{ error_firstname }}
{% endif %}
{{ entry_lastname }}
{% if error_lastname %}
{{ error_lastname }}
{% endif %}
{{ entry_company }}
{{ entry_address_1 }}
{% if error_address_1 %}
{{ error_address_1 }}
{% endif %}
{{ entry_address_2 }}
{{ entry_city }}
{% if error_city %}
{{ error_city }}
{% endif %}
{{ entry_postcode }}
{% if error_postcode %}
{{ error_postcode }}
{% endif %}
{{ entry_country }}
{{ text_select }}
{% for country in countries %} {% if country.country_id == country_id %}
{{ country.name }}
{% else %}
{{ country.name }}
{% endif %} {% endfor %}
{% if error_country %}
{{ error_country }}
{% endif %}
{{ entry_zone }}
{% if error_zone %}
{{ error_zone }}
{% endif %}
{% for custom_field in custom_fields %} {% if custom_field.type == 'select' %}
{{ custom_field.name }}
{{ text_select }}
{% 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] %}
{{ custom_field_value.name }}
{% else %}
{{ custom_field_value.name }}
{% 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 == 'radio' %}
{{ custom_field.name }}
{% 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] %}
{{ custom_field_value.name }}
{% else %}
{{ custom_field_value.name }}
{% 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' %}
{{ custom_field.name }}
{% 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] %}
{{ custom_field_value.name }}
{% else %}
{{ custom_field_value.name }}
{% 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' %}
{{ custom_field.name }}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'textarea' %}
{{ custom_field.name }}
{% if address_custom_field[custom_field.custom_field_id] %}{{ address_custom_field[custom_field.custom_field_id] }}{% else %}{{ custom_field.value }}{% endif %}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'file' %}
{{ custom_field.name }}
{{ button_upload }}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'date' %}
{{ custom_field.name }}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'time' %}
{{ custom_field.name }}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% if custom_field.type == 'time' %}
{{ custom_field.name }}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% endfor %}
{{ entry_default }}
{% if default %}
{{ text_yes }}
{{ text_no }}
{% else %}
{{ text_yes }}
{{ text_no }}
{% endif %}
{{ button_back }}
{{ content_bottom }}
{{ column_right }}
{{ footer }}able }}