{% extends 'vehicle/adminbase.html' %} {% load static %} {% block content %}
Total Customer
Total Mechanic
Total Enquiry
Total Feedback
Customer Name | Vehicle Name | Category | Vehicle Model | Vehicle Brand | Problem Description |
---|---|---|---|---|---|
{{c.get_name}} | {{r.vehicle_name}} | {{r.category}} | {{r.vehicle_model}} | {{r.vehicle_brand}} | {{r.problem_description}} |