{{ header }}
{% if error_warning %}
{{ error_warning }}
{% endif %}
{{ column_left }} {% if column_left and column_right %} {% set class = 'col-lg-8 col-sm-5 col-md-6 col-xs-12' %} {% elseif column_left or column_right %} {% set class = 'col-sm-8 col-md-9 col-xs-12 colright' %} {% else %} {% set class = 'col-xs-12' %} {% endif %}
{{ content_top }}

{{ cheading_title }}

{{ text_your_details }}
{% 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.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 == 'time' %}
{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}
{% endif %}
{% endif %} {% endfor %}
{{ column_right }}
{{ content_bottom }} {{ footer }}