{% extends "generic/object.html" %} {% block content %}
Delete DHCPv{{ dhcp_version }} Reservation

Are you sure you want to delete the DHCPv{{ dhcp_version }} reservation for {{ reservation_label|default:ip_address }} in subnet {{ subnet_id }}?

This action cannot be undone.

{# No action: posts back to this URL, keeping the identifier query string for #} {# reservations addressed by client identifier rather than by IP. #}
{% csrf_token %}
Cancel
{% endblock %}