{% extends 'base.html' %} {% block title %}Customers | Cilvera{% endblock title %} {% block content %}
| Name | Company | Owner | |
|---|---|---|---|
| {{ customer.full_name }} | {{ customer.company_name|default:'-' }} | {{ customer.email|default:'-' }} | {{ customer.owner|default:'-' }} |
| No customers found. | |||