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

{{total_customer}}

Total Customer

{{total_mechanic}}

Total Mechanic

{{total_request}}

Total Enquiry

{{total_feedback}}

Total Feedback

Recent Enquiry By Customer

{% for c,r in data %} {% endfor %}
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}}






{% endblock content %}