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

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






{% endblock content %}