{% extends "network/base.html" %} {% block title %}Circuit Tracker — Network Design Canvas{% endblock %} {% block content %}
Provision, track, and manage network circuits
| Circuit ID | Carrier | Type | BW | Customer | A-Side | Z-Side | Status | Cost/mo | Contract End | Actions |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ c.circuit_id }} | {{ c.carrier }} | {{ c.circuit_type }} | {{ c.bandwidth }} | {{ c.customer }} | {{ c.handoff_a }} | {{ c.handoff_z }} | {{ c.install_status }} | ${{ (c.monthly_cost_usd or 0)|round(0)|int }} | {{ (c.contract_end or '')[:10] }} |
No circuits yet. Click "+ New Circuit" to add one.
{% endif %}