{% extends 'admin_navbar.html' %} {% block title %} Customers List {% endblock %} {% block profileactive %} active {% endblock profileactive %} {% block css %} {% endblock %} {% block body %}
Customer Name | Email Id | Phone No | Address | Update |
---|---|---|---|---|
{{customer.name}} | {{customer.email}} | {{customer.phone}} | {{customer.address}} | View Orders |