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

Vehicles To Repair & Update Status

{% for w in works %} {% endfor %}
Vehicle Name Category Number Model Brand Problem Description Status Update Status
{{w.vehicle_name}} {{w.category}} {{w.vehicle_no}} {{w.vehicle_model}} {{w.vehicle_brand}} {{w.problem_description}} {{w.status}}
















{% endblock content %}