{% 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

{% if not ip_table.rows and prefix_table.rows %} {% render_table prefix_table 'table.html' %} {% else %} {% include 'ipam/inc/ipaddress_table.html' with table=ip_table %} {% endif %}
Search
{% include 'inc/filter_panel.html' %}
{% endblock %}