{% extends '_base.html' %} {% load render_table from django_tables2 %} {% load helpers %} {% block title %}IP Addresses{% endblock %} {% block content %}
{% if perms.ipam.add_ipaddress %} Add an IP Import IPs {% endif %} {% include 'inc/export_button.html' with obj_type='IPs' %}

IP Addresses

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