{% extends "master.html" %} {% block content %}
{% load tags %}
{% for ip in top5ips %} {% endfor %}
Top 5 Assets
{{ip.0}} {{ip.1}} {{ ip.1|percentage:projected_risk }}%
{% for vuln in top5vulns %} {% endfor %}
Top 5 Vulnerabilities
{{vuln.0}} {{vuln.1}} {{ vuln.1|percentage:projected_risk }}% {{vuln.2}} {{vuln.3}}
{% endblock %}