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

Mechanics

{% for m in mechanics %} {% endfor %}
Name Profile Picture Mobile Address Skills Salary Update Delete
{{m.get_name}} Profile Pic {{m.mobile}} {{m.address}} {{m.skill}} {{m.salary}}
















{% endblock content %}