{% extends 'base.html' %} {% block content %}

Delete Scan Profile

Are you sure you want to delete {{ object.name }}? All scan runs and findings for this profile will be permanently deleted.

{% csrf_token %}
Cancel
{% endblock %}