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

{% csrf_token %} {#
#} {#
#} {# {% csrf_token %}#} {#
#} {#
#} {# #} {#
#} {#
#} {# #} {# #} {#
#} {#
#} {#
#} {#
#}

Dynamic Scans List


{% for data in all_scans %} {% endfor %}
URL Status Scanner Total Vulnerability Critical High Medium Low Info Duplicates
{{data.scan_url}}
{{data.scan_status}}% Completed
{% with scanType=data.scanner %}
user
{% endwith %}
{{data.total_vul}} {{data.critical_vul}} {{data.high_vul}} {{data.medium_vul}} {{data.low_vul}} {{data.info_vul}} {{data.total_dup}}
{% endblock %}