Users Details

{% if users :%} {% for u in users %} {% endfor %} {% else : %} {% endif %}
S.No Memebership no Member Type Name Email Mobile society Conference OTP Pin Password MC Number MC State Login at Auto login
{{loop.index}} {{u.membership_no or ''}} {{u.member_type or ''}} {{u.full_name or ''}} {{u.email or ''}} {{u.mobile or ''}} {{u.society_name or ''}} {{u.conf_name or ''}} {{u.password or ''}} {{u.mc_number or ''}} {{u.mc_state or ''}} {{u.login_at or ''}}       
No record found.

Completed Registration Details

{% if delegate_addons %} {% for da in delegate_addons %} {% endfor %} {% else %} {% endif %}
S.No Name Email Mobile MC Number MC State Reg detail Unique ID Amount Reg Status
{{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 %}
No record found.

Payment Details

{% if user_payment %} {% for up in user_payment %} {% if up.status == 'success' %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %}
S.No 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
{{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.attach_path and up.attach_file_name %} {% endif %} {{up.mail_status or ''}} {{up.remarks or ''}} {% 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 %}
No record found.