{% if dulicate_records : %}
Duplicate Records .Already existing Records in the table.
{% if columns_1 : %} {% for r in columns_1 : %} {% set column_name = r %} {% set column_name = column_name.replace("_" ," ") %} {% endfor %} {% endif %} {% for rowss in dulicate_records :%} {% for r_1 in columns_1 : %} {% set valuess_2 = rowss[r_1] %} {% if "None" in str(valuess_2) : %} {% else : %} {% endif %} {% endfor %} {% endfor %} {% else : %} {% endif %}
S.NO{{column_name.upper() or '' }}
{{loop.index}} - {{ valuess_2 }}
Dublicate Records does not exist.
File record Preview
{% if columns_1 : %} {% for r in columns_1 : %} {% set column_name = r %} {% set column_name = column_name.replace("_" ," ") %} {% endfor %} {% endif %} {% if all_data : %} {% for row in all_data :%} {% if dub_del_nos : %} {% if str(row['delegate_no']) in str(dub_del_nos) : %} {% else : %} {% endif %} {% else : %} {% endif %} {% for r in columns_1 : %} {% set valuess = row[r] %} {% if "None" in str(valuess) : %} {% else : %} {% endif %} {% endfor %} {% endfor %} {% else : %} {% endif %}
S.NO{{column_name.upper() or '' }}
{{loop.index}}
{{loop.index}}
{{loop.index}} - {{ valuess }}
Record not exist.