{% extends 'dashboard/base.html' %} {% block body %}

Edit Vulnerability


{% csrf_token %}
{% for data in vuln_data %}
{% endfor %}
{% endblock %}