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

{% block title %}Aggregates{% endblock %}

{% include 'utilities/obj_table.html' with bulk_edit_url='ipam:aggregate_bulk_edit' bulk_delete_url='ipam:aggregate_bulk_delete' %}
{% include 'inc/search_panel.html' %}
Statistics
  • Total IPv4 IPs {{ ipv4_total|intcomma }}
  • Total IPv6 /64s {{ ipv6_total|intcomma }}
{% endblock %}