{% extends '_base.html' %} {% load helpers %} {% load form_helpers %} {% block title %}Prefixes{% endblock %} {% block content %}
{% if 'expand' in request.GET %} Collapse all {% else %} Expand all {% endif %} {% if perms.ipam.add_prefix %} Add a prefix Import prefixes {% endif %} {% include 'inc/export_button.html' with obj_type='prefixes' %}

Prefixes

{% include 'utilities/obj_table.html' with bulk_edit_url='ipam:prefix_bulk_edit' bulk_delete_url='ipam:prefix_bulk_delete' %}
{% include 'inc/search_panel.html' %} {% include 'inc/filter_panel.html' %}
{% endblock %}