{% if host.style == "Checked" %}

{{ host.ip }} Checked

{% endif %} {% if host.style == 'Hacked' %}

{{ host.ip }} Hacked

{% endif %} {% if host.style == 'Suspicious' %}

{{ host.ip }} Suspicious

{% endif %} {% if host.style == 'New' %}

{{ host.ip }} New

{% endif %} {% if host.style == 'Default' %}

{{ host.ip }}

{% endif %} {% for hostname in host.hostnames %}
{{ hostname.hostname }}
{% endfor %}