{% if data_for_print : %} {% for row in data_for_print : %}

{{ print_title or 'DELEGATE INDEX' }}

{% if total_conf_days : %} {% if total_conf_days == 1 : %} {% else : %} {% set days_1 = total_conf_days +1 %} {% for i in range(1 ,days_1 ) %} {% endfor %} {% endif %} {% endif %} {% for r in row : %} {% if r.b_color :%} {% else :%} {% endif %} {% if total_conf_days : %} {% if total_conf_days == 1 : %} {% else : %} {% set days_1 = total_conf_days +1 %} {% for i in range(1 ,days_1 ) %} {% endfor %} {% endif %} {% endif %} {% endfor %}
{% set last_len = row|length %} Del No.: {{ row[0]['delegate_no']}} - {{ row[last_len-1]['delegate_no'] }}
Del.No Name / Memebership No Role Email/Mobile MCI No./StateSignatureDay {{ i }}
{% if r.counter: %} {{r.counter or '' }} - {% endif %} {% if r.batch : %} {{r.batch or '' }} - {% endif %} {{ r.delegate_no or '' }}

{{r.full_name or '' }} {% if r.membership_no : %} / {{r.membership_no or ''}} {% endif %} {% if r.company_name %}
{{r.company_name}} {% endif %}
{{ r.role or '' }} {{r.email or '' }} {% if r.mobile %} / {{ r.mobile or '' }} {% endif %}

{%if r.mc_number : %} {{ r.mc_number or '' }} / {% endif %} {{ r.state or '' }}
{% endfor %} {% endif %}