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