{% 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 %} {% if export_templates %}
{% endif %}

IP Addresses

{% include 'ipam/inc/ipaddress_table.html' %}
Search
{% include 'inc/filter_panel.html' %}
{% endblock %}