{% extends 'base.html' %} {% block title %}Customers{% endblock %} {% block content %}
You don't have permission to add customers.
{% endif %}| Name | Contact | Contracts | |
|---|---|---|---|
| {{ c.name }} | {{ c.contact or '–' }} | {{ c.contract_count }} |
{% if c.contract_count == 0 %}
{% endif %}
|
| No customers yet | |||