{% extends '_base.html' %} {% load buttons %} {% load helpers %} {% block content %}
Collapse Expand
{% if perms.ipam.add_prefix %} {% add_button 'ipam:prefix_add' %} {% import_button 'ipam:prefix_import' %} {% endif %} {% export_button content_type %}

{% block title %}Prefixes{% endblock %}

{% 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/tags_panel.html' %}
{% endblock %}