{% extends 'base.html' %} {% load static %} {% block title%}Customer Details{% endblock %} {% block content %}
Customers List
S.N | Name | Conact No | Created At | ||
---|---|---|---|---|---|
{{customer.id}} | {{customer.name}} | {{customer.email}} | {{customer.contact}} | {{customer.date_created}} |