{% include 'project/hosts/notepopup.html' %} {% include 'header.html' %}

{{ scan.name }}

{% include 'project/hosts/search.html' %}
{% for host in scan.hosts %}
{% for port in host.ports %} {% endfor %}
{{ port.port }} {{ port.state }} {{ port.service }} {{ port.version}} {{ port.note }}
{% endfor %}
{% include 'project/hosts/pagination.html' %}