{% if delegate_addons %}
{% for da in delegate_addons %}
{{loop.index}}
{{da.full_name or ''}}
{{da.email or ''}}
{{da.mobile or ''}}
{{da.mc_number or ''}}
{{da.mc_state or ''}}
{{da.display_name or ''}}
{{da.unique_id or ''}}
{{da.amount or ''}}
{% if da.reg_status == 2 %} Success
{% if da.reg_status == 0 %}
{% if da.unique_id %}
{% else %}
Can't view payment details
{% endif %}
{% endif %}
{% if da.reg_status == 1 %}
{% endif %}
{% if da.reg_status == 3 %} Waiting for approval {% endif %}
{% if da.reg_status == 4 %} Rejected {% endif %}
{% endfor %}
{% else %}
No record found.
{% endif %}
Payment Details
S.No
Edit
Name
Delegate No
Amount
UTR number / Payment Method
Payment Status / Register Type
Receipt No
Unique ID
Register By
Paid At
Payment Screenshot
Mail Status
Remarks
Reg Status
{% if user_payment %}
{% for up in user_payment %}
{{loop.index}}
{{up.full_name or ''}}
{% if up.status == 'success' %}
{% if up.delegate_no : %}{{up.delegate_no or ''}}{% endif %}
{% if up.ref_no : %}{{up.ref_no or ''}}{% endif %}
{% if up.del_status_id |int == 2 : %}
{% else : %}
{% endif %}
{% endif %}
{{up.amount or ''}}
{{up.api_payment_id or ''}}
{% if up.payment_method %}
{% if "PAYMENT GATEWAY" in up.payment_method %} {{up.payment_method or ''}} - {{up.payment_method_from_gateway or '' }} {% else %} {{up.payment_method or ''}} {% endif %}
{% endif %}
{% if up.status %} {{up.status or ''}} / {% endif %}
{% if up.is_offline and up.is_offline == 1%}
Offline
{% else : %}
Online
{% endif %}
{{up.receipt_no or ''}}
{% if up.receipt_no : %}
{% else : %}
{% endif %}
{{up.unique_id or ''}}
{% if up.status == 'success' %}
{% if up.del_status_id |int == 2 : %}
{% if up.msg_id and up.email and up.api_key %}
{% endif %}
{% endif %}
{% endif %}
{% if up.status == 'success' %}
{% if up.del_status_id |int == 2: %}
{% else %}
{% endif %}
{% endif %}
{{up.reg_by or ''}}
{{up.paid_at or ''}}
{% if up.status == 'success' %}
{% if up.attach_path and up.attach_file_name %}
{% endif %}
{{up.mail_status or ''}}
{{up.remarks or ''}}
{% else %}
{% endif %}
{% if up.status == 'success' %}
{% if up.reg_status == 2 %} Success
{% endif %}
{% endif %}
{% if up.reg_status == 0 %}
{% if up.unique_id %}
{% else %}
Can't view payment details
{% endif %}
{% endif %}
{% if up.reg_status == 1 %}
{% endif %}
{% if up.reg_status == 3 %} Waiting for approval {% endif %}
{% if up.reg_status == 4 %} Rejected {% endif %}