{{ header }}
{% if error_warning %}
{{ error_warning }}
{% endif %}
{{ 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 }}

{{ heading_title }}

{{ text_my_affiliate }}
{{ 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 %}
{% 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 affiliate_custom_field[custom_field.custom_field_id] and custom_field_value.custom_field_value_id == affiliate_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 affiliate_custom_field[custom_field.custom_field_id] and custom_field_value.custom_field_value_id in affiliate_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 %} {% endif %} {% endfor %}
{% if text_agree %}
{{ text_agree }} {% if agree %} {% else %} {% endif %}  
{% else %}
{% endif %}
{{ content_bottom }}
{{ column_right }}
{{ footer }}