{% extends 'generic/object_detail.html' %} {% load helpers %} {% block extra_breadcrumbs %} {% if object.vrf %}
  • {{ object.vrf|hyperlinked_object }}
  • {% endif %} {% endblock extra_breadcrumbs %} {% block masthead %}

    {{ object }}

    {% endblock masthead %} {% block extra_buttons %} {% if perms.ipam.add_prefix and active_tab == 'prefixes' and first_available_prefix %} Add Child Prefix {% endif %} {% if perms.ipam.add_ipaddress and active_tab == 'ip-addresses' and first_available_ip %} Add an IP Address {% endif %} {% endblock extra_buttons %} {% block panel_buttons %} {% include 'ipam/inc/toggle_available.html' %} {% endblock panel_buttons %} {% block extra_nav_tabs %} {% if perms.ipam.view_ipaddress and object.status.slug != 'container' %} {% endif %} {% endblock extra_nav_tabs %} {% block content_left_page %}
    Prefix
    Family IPv{{ object.family }}
    VRF {% if object.vrf %} {{ object.vrf|hyperlinked_object }} ({{ object.vrf.rd }}) {% else %} Global {% endif %}
    Tenant {% if object.tenant and object.tenant.group %} {{ object.tenant.group|hyperlinked_object }} / {% endif %} {{ object.tenant|hyperlinked_object }}
    Aggregate {% if aggregate %} {{ aggregate|hyperlinked_object }} ({{ aggregate.rir }}) {% else %} None {% endif %}
    Site {% if object.site and object.site.region %} {{ object.site.region|hyperlinked_object }} / {% endif %} {{ object.site|hyperlinked_object }}
    Location {% include 'dcim/inc/location_hierarchy.html' with location=object.location %}
    VLAN {% if object.vlan and object.vlan.group %} {{ object.vlan.group|hyperlinked_object }} / {% endif %} {{ object.vlan|hyperlinked_object }}
    Status {{ object.get_status_display }}
    Role {{ object.role|hyperlinked_object }}
    Description {{ object.description|placeholder }}
    Is a pool {{ object.is_pool | render_boolean }}
    Utilization {% utilization_graph object.get_utilization %}
    {% endblock content_left_page %} {% block content_right_page %} {% if duplicate_prefix_table.rows %} {% include 'panel_table.html' with table=duplicate_prefix_table heading='Duplicate Prefixes' panel_class='danger' %} {% endif %} {% include 'panel_table.html' with table=parent_prefix_table heading='Parent Prefixes' panel_class='default' %} {% endblock content_right_page %}