{% extends 'ipam/iprange/base.html' %} {% load helpers %} {% load plugins %} {% block content %}
IP Range
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 }}
{% plugin_left_page object %}
{% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='ipam:prefix_list' %} {% include 'inc/custom_fields_panel.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}