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

Customers

{% for c in customers %} {% endfor %}
Name Profile Picture Mobile Address Update Delete
{{c.get_name}} Profile Pic {{c.mobile}} {{c.address}}
















{% endblock content %}