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

Delete Finding Group {{ finding_group }}

Deleting this Finding Group will NOT remove any findings inside this group. A Finding Group is just a thin wrapper around a set of findings.

Danger Zone

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

No relationships found.

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


{% endblock %}