{% include 'header.html' %}

{{ scan.name }}

{% for port in scan.ports %}
{% for ip in port.hosts %} {% endfor %}
{{ port.port }} {{ port.amount }}
{% endfor %}