{% if get_data : %} {% for row in get_data %} {% endfor %} {% else : %} {% endif %}
SNo Delgate No Full Name Email Mobile Api Payment Id Unique Id Amount Status Paid At
{{loop.index}} {{row.delegate_no or '-'}} {{row.full_name or '-'}} {{row.email or '-'}} {{row.mobile or '-'}} {{row.api_payment_id or '-'}} {{row.unique_id or '-' }} {{row.amount or '-'}} {{row.status or '-'}} {{row.paid_at.strftime("%d-%m-%Y %H:%M:%S") or '-'}}
Record not available
{% if get_data : %} {% endif %}