{% extends '_base.html' %} {% load buttons %} {% block content %}
{% if perms.ipam.add_ipaddress %} {% add_button 'ipam:ipaddress_add' %} {% import_button 'ipam:ipaddress_import' %} {% endif %} {% export_button content_type %}

{% block title %}IP Addresses{% endblock %}

{% include 'utilities/obj_table.html' with bulk_edit_url='ipam:ipaddress_bulk_edit' bulk_delete_url='ipam:ipaddress_bulk_delete' %}
{% include 'inc/search_panel.html' %} {% include 'inc/tags_panel.html' %}
{% endblock %}