{% if inc.delegate_no %} Del # {{inc.delegate_no or ''}} / {% endif %} {% if inc.receipt_no %} Rx. {{inc.receipt_no or ''}} {% endif %}
Name
{{inc.full_name or ''}}
Email
{{inc.email or ''}}
Mobile
{{inc.mobile or ''}}
Transaction id
{{inc.api_payment_id or ''}}
Amount
{{inc.amount or ''}}
Txn Status / Unique Id
{% if inc.status %} {{inc.status or ''}} / {% endif %} {{inc.unique_id or ''}}
Paid On
{{inc.paid_at or ''}}
Payment Method
{% if inc.payment_method %}{% if "PAYMENT GATEWAY" in inc.payment_method %} {{inc.payment_method or ''}} - {{inc.payment_method_from_gateway or ''}}{% else %} {{inc.payment_method or '' }} {% endif %} {% endif %}
{% endfor %}
{% if pg_data : %}
Payment Gateway Details
Name
{{pg_data.name_pg or ''}}
Email
{{pg_data.email_pg or ''}}
Mobile
{{pg_data.mobile_pg or ''}}
Transaction id
{{pg_data.payment_id_pg or ''}}
Amount
{{pg_data.amount_pg or ''}}
Txn Status / Unique Id
{% if pg_data.status_pg %} {{pg_data.status_pg or ''}} / {% endif %}{{pg_data.unique_id_pg or ''}}
Paid On
{{pg_data.created_at_pg or ''}}
Payment Method
{{pg_data.mode_pg or '' }}
{% else :%}
Payment Gateway Details
Record not exist for this unique id
{% endif %}
{% if pg_data : %}
{% if pg_data.status_pg == "success" %}
{% if is_show == "1" %}