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



Cloud Scans List


{% for data in all_scans %} {% endfor %}
Account ID Scanner Date Time Total Critical High Medium Low Duplicates
{% csrf_token %}
{% firstof data.cloudAccountId 'None' %} {% with scanType=data.scanner %}
user
{% endwith %}
{{data.date_time}} {{data.total_vul}} {{data.critical_vul}} {{data.high_vul}} {{data.medium_vul}} {{data.low_vul}} {{data.total_dup}}
{% endblock %}