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


Your Salary : {{mechanic.salary}}




Vehicles You Have Repaired

{% for w in workdone %} {% endfor %}
Vehicle Name Number Problem Description
{{w.vehicle_name}} {{w.vehicle_no}} {{w.problem_description}}
















{% endblock content %}