{% for host in hosts %} {{ host.ip }} {% if !host.hostname.is_empty() %}{{ host.hostname }}{% endif %} {% if !host.ad_domain.is_empty() %}({{ host.ad_domain }}){% endif %} {% if host.hostname.is_empty() && host.ad_domain.is_empty() %}-{% endif %} {% if host.ports_count > 0 %} {{ host.ports_count }} ports {% else %} No ports {% endif %} {% if host.tags_with_source.len() > 0 %}
{% for tag in host.tags_with_source %} {% if loop.index0 % 3 == 0 %}
{% endif %} {{ tag.name }} {% if loop.index0 % 3 == 2 || loop.last %}
{% endif %} {% endfor %}
{% else %} No tags {% endif %} {% if host.http_services_count > 0 %} {{ host.http_services_count }} {% else %} - {% endif %}
P S H SC
{% if host.analyzed %}
Analyzed (undo)
{% else if host.full_scan_complete && host.service_scan_complete && host.http_discovery_complete && host.screenshots_complete %}
Mark Analyzed
{% else %}
In Progress
{% endif %}
{% if host.interesting %}
Bookmarked
{% else %}
Bookmark
{% endif %}
Details {% endfor %}