{% extends "network/base.html" %} {% block title %}IPAM — Network Design Canvas{% endblock %} {% block content %}
Subnet allocations, VLANs, and VRF assignments
| Network | VLAN | VRF | Gateway | Description | Utilization | Actions |
|---|---|---|---|---|---|---|
| {{ b.network }} | {{ b.vlan_id or '—' }} | {{ b.vrf }} | {{ b.gateway or '—' }} | {{ b.description }} | {{ b.utilization_pct }}% |
No address blocks. Click "+ Address Block" to allocate.
{% endif %}