{% extends 'dashboard/base.html' %} {% block body %} {##}
{% if user.is_superuser == True or user.role.id == 2 %} {% endif %}


Pentest List


{% if user.is_superuser == True or user.role.id == 2 %} {% endif %} {% for data in pentest %} {% if user.is_superuser == True or user.role.id == 2 %} {% endif %} {% endfor %}
URL Date Time Total Vulnerability High Medium LowAction
{{data.scan_url}} {{data.date_time}} {{data.total_vul}} {{data.high_vul}} {{data.medium_vul}} {{data.low_vul}}
{% csrf_token %}
{##} {##} {##} {% endblock %}