{% extends '_base.html' %} {% load humanize %} {% load helpers %} {% block title %}Aggregates{% endblock %} {% block content %}
{% if perms.ipam.add_aggregate %} Add an aggregate {% endif %} {% include 'inc/export_button.html' with obj_type='aggregates' %}

Aggregates

{% include 'utilities/obj_table.html' with bulk_edit_url='ipam:aggregate_bulk_edit' bulk_delete_url='ipam:aggregate_bulk_delete' %}

IPv4 total: {{ ipv4_total|intcomma }} /32s

IPv6 total: {{ ipv6_total|intcomma }} /64s

{% include 'inc/search_panel.html' %} {% include 'inc/filter_panel.html' %}
{% endblock %}