{% extends '_base.html' %} {% load helpers %} {% block title %}Aggregates{% endblock %} {% block content %}
{% if perms.ipam.add_aggregate %} Add an aggregate {% endif %} {% if export_templates %}
{% endif %}

Aggregates

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