{% 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 {% badge object.get_status_display bg_color=object.get_status_color %}
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 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}