{% extends 'generic/object.html' %} {% load helpers %} {% block title %}Remove Network {{ object.handle }} from ARIN{% endblock %} {% block content %}
Confirm Remove

Are you sure you want to remove network {{ object.handle }} ({{ object.net_name }}) from ARIN?

This will remove the network reassignment/reallocation at ARIN. The record will remain in NetBox.

{% csrf_token %}
Cancel
{% endblock content %}