{% extends 'vehicle/adminbase.html' %} {% block content %}

Enquiry Made By Customer

{% for c,r in data %} {% endfor %}
Customer Name Vehicle Name Category Problem Description Status Change Status Delete
{{c.get_name}} {{r.vehicle_name}} {{r.category}} {{r.problem_description}} {{r.status}}
















{% endblock content %}