{% extends 'adminsection/base.html' %} {% load static %} {% block content %}

Customer List

Customer List:

{% for list in CustomerList %} {% endfor %}
# Name Mobile Creation Date Action
{{ forloop.counter }} {{ list.Name}} {{ list.PhoneNumber}} {{ list.CreateDate}} Edit || Assign Services
{% endblock %}