{% extends 'admin_base_layout.html' %} {% load static %} {% block content %}
Booking Id |
Users Name |
Service Provider |
Date |
Pay amount |
Refund Amount |
Status |
Action |
|---|---|---|---|---|---|---|---|
| {{ refund.booking.booking_id }} |
|
{{refund.booking.worker.first_name}} {{refund.booking.worker.last_name}} | {{ refund.date_processed|date:"d M Y" }} | £{{ refund.refund_amount }} | £{{ refund.refund_amount }} |
{{ refund.status }}
|
No data found
{% endif %}