{% extends "base.html" %} {% block content %} {{ block.super }}

Delete Endpoint {{ endpoint }}{% if endpoint.is_broken %} 🚩{% endif %}

Deleting this Endpoint will disassociate it with any findings and products and other relationships associated with it. These relationships are listed below:

Danger Zone

{% if rels|length > 1 %} {% else %}

No relationships found.

{% endif %}
{% csrf_token %} {{ form }}

{% endblock %}