{% extends "base.html" %} {% block content %}
Manage all customers in the system
| Code | Company | Contact Person | Phone | City | Actions | |
|---|---|---|---|---|---|---|
{{ customer.customer_code }} |
{{ customer.company_name }} | {{ customer.contact_name or "-" }} | {{ customer.email or "-" }} | {{ customer.telephone or "-" }} | {{ customer.city or "-" }} | {% if current_user.role == "Admin" %} {% endif %} |
| No customers found. | ||||||