{% extends '_base.html' %} {% load buttons %} {% load humanize %} {% block content %}
{% if perms.ipam.add_aggregate %} {% add_button 'ipam:aggregate_add' %} {% import_button 'ipam:aggregate_import' %} {% endif %} {% export_button content_type %}

{% 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' %} {% include 'inc/tags_panel.html' %}
Statistics
  • Total IPv4 IPs {{ ipv4_total|intcomma }}
  • Total IPv6 /64s {{ ipv6_total|intcomma }}
{% endblock %}