{% extends "core/base.html" %} {% block section_title %}Delete Warranty{% endblock %} {% block content %}
{% csrf_token %}

Are you sure you want to delete the IP "{{ object.ip }}" for "{{ object.device }}"?

Cancel
{% endblock %}