{% extends 'admin_base_layout.html' %} {% load static %} {% block content %}
| Id | Service Provider Name | Customer Name | Booking ID | Rating | Date | Action |
|---|---|---|---|---|---|---|
| {{ rating.id }} |
|
|
{{ rating.booking.booking_id }} | {{ rating.start_date|date:"d M Y" }} |
No data found
{% endif %}