{% extends 'ecom/admin_base.html' %} {% load static %} {% block content %}
Total Customers
{% for c in customers %} {% endfor %}
Name Picture Contact Address Actions
{{c.get_name}} Profile Pic {{c.mobile}} {{c.address}}
{% endblock content %}