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

Delete Test {{ test }}

Deleting this Test will remove any findings, risk acceptances, check lists, 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 %}