{% extends 'dashboard/base.html' %} {% block body %} {##}
URL | Date Time | Total Vulnerability | High | Medium | Low | {% if user.is_superuser == True or user.role.id == 2 %}Action | {% endif %}|
---|---|---|---|---|---|---|---|
{{data.scan_url}} | {{data.date_time}} | {{data.total_vul}} | {{data.high_vul}} | {{data.medium_vul}} | {{data.low_vul}} | {% if user.is_superuser == True or user.role.id == 2 %}{% endif %} |