{% extends 'vehicle/customerbase.html' %} {% block content %}
Vehicle Name | Category | Vehicle Number | Problem Description | Enquiry Date | Status |
---|---|---|---|---|---|
{{enq.vehicle_name}} | {{enq.category}} | {{enq.vehicle_no}} | {{enq.problem_description}} | {{enq.date}} | {{enq.status}} |