{% extends "network/base.html" %} {% block title %}Customers & Sites — Network Design Canvas{% endblock %} {% block content %}
Manage customers, partners, and their site locations
| Name | Type | Contact | Contract | Actions | |
|---|---|---|---|---|---|
| {{ c.name }} | {{ c.customer_type }} | {{ c.contact_name }} | {{ c.contact_email }} | {{ c.contract_ref }} |
No customers yet.
{% endif %}| Name | Customer | Type | City | State | Actions |
|---|---|---|---|---|---|
| {{ s.name }} | {{ s.customer_name }} | {{ s.site_type }} | {{ s.city }} | {{ s.state }} |
No sites yet.
{% endif %}