{% extends 'ipam/iprange/base.html' %} {% load helpers %} {% load plugins %} {% block content %}
Family | IPv{{ object.family }} |
---|---|
Starting Address | {{ object.start_address }} |
Ending Address | {{ object.end_address }} |
Size | {{ object.size }} |
Utilization | {% utilization_graph object.utilization %} |
VRF | {% if object.vrf %} {{ object.vrf }} ({{ object.vrf.rd }}) {% else %} Global {% endif %} |
Role | {% if object.role %} {{ object.role }} {% else %} None {% endif %} |
Status | {{ object.get_status_display }} |
Tenant | {% if object.tenant %} {% if object.tenant.group %} {{ object.tenant.group }} / {% endif %} {{ object.tenant }} {% else %} None {% endif %} |
Description | {{ object.description|placeholder }} |