{% extends 'generic/object.html' %} {% load buttons %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block extra_controls %} {% include 'ipam/inc/toggle_available.html' %} {% endblock %} {% block content %}
Aggregate
Family IPv{{ object.family }}
RIR {{ object.rir }}
Utilization {% utilization_graph object.get_utilization %}
Tenant {% if object.tenant %} {% if prefix.object.group %} {{ object.tenant.group }} / {% endif %} {{ object.tenant }} {% else %} None {% endif %}
Date Added {{ object.date_added|annotated_date|placeholder }}
Description {{ object.description|placeholder }}
{% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% include 'utilities/obj_table.html' with table=prefix_table heading='Child Prefixes' bulk_edit_url='ipam:prefix_bulk_edit' bulk_delete_url='ipam:prefix_bulk_delete' %}
{% endblock %}