{% extends 'Admin/Sidebar2.html' %} {% block content %} {% load widget_tweaks %} {%load static%}
Customer ID | Customer Name | Mobile Number | NIC | Vehicle No | Vehicle Type | Service ID | Service Price | Invoice No | Invoice Date |
---|---|---|---|---|---|---|---|---|---|
{{i.CustomerID}} | {{i.CustomerName}} | {{i.MobileNumber}} | {{i.NIC}} | {{i.VehicleNo}} | {{i.VehicleType}} | {{i.ServiceID}} | {{i.ServicePrice}} | {{i.InvoiceNo}} | {{i.InvoiceDate}} |