{% extends "default_header.htm" %} {% block content %} {% for host in host_data %} {% endfor %}
Hostname Minion ID IPv4
{{ host.hostname }} {{ host.minion_id }} {{ host.ipv4 }}

{% for key, value in data.items() %} {% for port in value %} {% endfor %} {% endfor %}

Appliance Network Status

{{ key }}
{{ port }}

{% for key, value in data.items() %} {% for port in value %} {% endfor %} {% endfor %}

Appliance Network Status

{{ key }}
{{ port }}
{% endblock %}