Report Management
Transcations Lists
{% if payment_obj %}
{% else %}
| Transcation Id | Users Name | Payment Mode | Date | Amount | Status | |
|---|---|---|---|---|---|---|
| {{ payment.transcation_id}} |
{{payment.seer_user.first_name}} {{payment.seer_user.last_name}} |
{{payment.seer_user.email}} | {{ payment.payment_mode}} | {{ payment.created_at|date:"d M Y" }} | ${{ payment.amount }} | {% if payment.booking.is_paid == 1 %}Compeleted{% else %}Pending{% endif %} |
No data found
{% endif %}
{% if payment_obj %}
{%endif%}
{%endblock%}
{%block js%}
{% endblock %}