{% extends 'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {% endblock %} {% block extra_controls %} {% include 'ipam/inc/toggle_available.html' %} {% endblock %} {% block content %}
Aggregate
Family IPv{{ object.family }}
RIR {{ object.rir }}
Utilization {{ 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|placeholder }}
Description {{ object.description|placeholder }}
{% plugin_left_page object %}
{% include 'inc/custom_fields_panel.html' %} {% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='ipam:aggregate_list' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% include 'utilities/obj_table.html' with table=prefix_table table_template='panel_table.html' heading='Child Prefixes' bulk_edit_url='ipam:prefix_bulk_edit' bulk_delete_url='ipam:prefix_bulk_delete' %}
{% endblock %}