Customers Information
Index No
Customer
Email
Update
Delete
add
{% for Customer in customers %}
{{forloop.counter}}
{{Customer.user}}
{{Customer.user.email}}
update
{% comment %} {{Customer.user.id}} {% endcomment %}
Delete
add
{% endfor %}
Add New Customer