{% load static %} Network - IOTAMAK
Network Experiment Play
{% for client in host_list %} {% endfor %}
Hostname Username Status Active
{{ client.hostname }} {{ client.username }} {{ client.status }} {{ client.active }} Enable/Disable
{% if agents %} {% for agent in agents %} {% endfor %}
Hostname Agent
{{ agent.ip }} {{ agent.command }}
{% else %}

No agents are available.

{% endif %}