{% 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 'ipam/inc/aggregate_table.html' %}
{% include 'inc/filter_panel.html' %}
{% endblock %}