{% if network.hosts %} {% for host in network.hosts %} {% if host.ip|slice:":7" != "192.168" %} {% if "hostname" in host and host.hostname == "" %} {% elif "hostname" in host %} {% else %} {% endif %} {% if host.asn %} {% endif %} {% endif %} {% endfor %}
Direct IP Country Name ASN
YNN/A{{host.ip}} [VT] {% if config.display_et_portal %} [ET] {% endif %} {% if config.display_pt_portal %} [PT] {% endif %} {{host.country_name}}{{host.asn}}{% if host.asn_name %} - {{host.asn_name}}{% endif %}
{% else %}

No hosts contacted.

{% endif %}