{% extends 'utilities/obj_edit.html' %} {% load static %} {% load form_helpers %} {% load helpers %} {% block content %}
{% csrf_token %} {% for field in form.hidden_fields %} {{ field }} {% endfor %}

Assign an IP Address

{% include 'ipam/inc/ipadress_edit_header.html' with active_tab='assign' %} {% if form.non_field_errors %}
Errors
{{ form.non_field_errors }}
{% endif %}
Select IP Address
{% render_field form.vrf_id %} {% render_field form.q %}
Cancel
{% if table %}

Search Results

{% include 'utilities/obj_table.html' with table_template='panel_table.html' %}
{% endif %} {% endblock %}