{% if del_data : %} {% for row in del_data %} {% endfor %} {% else %} {% endif %}
S No Del No Full Name Email Mobile Reg. Type Paid At Addons Status
{{loop.index}} {% if row.delegate_no %} {{row.delegate_no or ''}} {% else %} {% endif %} {% if row.full_name %} {{row.full_name or ''}} {% else %} {% endif %} {% if row.email %} {{row.email}} {% else %} {% endif %} {% if row.mobile %} {{row.mobile}} {% else %} {% endif %} {% if row.user_type %} {{row.user_type or '-'}} {% else %} {% endif %} {% if row.paid_at %} {{row.paid_at}} {% else %} {% endif %} Total Amount : {% if row.amount %} {{row.amount}} {% else %} {% endif %}
{% if row.display_name %} {{row.display_name or '-'}} {% else %} {% endif %}
{% if row.reg_status == 0 : %} {% if row.unique_id %} {% else %}
Can't view payment details {% endif %} {% elif row.reg_status == 1 %} {% elif row.reg_status == 2 %} Success {% elif row.reg_status == 3 %} Waiting for Approval {% else %} {{row.reg_status or '' }} {% endif %}
Record not available