{% extends 'ipam/prefix.html' %}

{% block title %}{{ block.super }} - IP Addresses{% endblock %}

{% block content %}
    <div class="row">
        <div class="col-md-12">
            {% include 'utilities/obj_table.html' with table=ip_table table_template='panel_table.html' heading='IP Addresses' bulk_edit_url='ipam:ipaddress_bulk_edit' bulk_delete_url='ipam:ipaddress_bulk_delete' %}
        </div>
    </div>
{% endblock %}