{% extends 'Admin/Sidebar2.html' %} {% block content %} {% load widget_tweaks %} {%load static%}
Customer ID | Customer Name | Mobile Number | NIC | Distance (km) | Vehicle No | Vehicle Type | Service ID | Service Price | Service Quality Rating | Response Time Rating | Customer Service Rating | Invoice No | Invoice Date |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{i.CustomerID}} | {{i.CustomerName}} | {{i.MobileNumber}} | {{i.NIC}} | {{i.Distance}} | {{i.VehicleNo}} | {{i.VehicleType}} | {{i.ServiceID}} | {{i.ServicePrice}} | {{i.ServiceQualityRating}} | {{i.ResponseTimeRating}} | {{i.CustomerServiceRating}} | {{i.InvoiceNo}} | {{i.InvoiceDate}} |