Total Workers
{{ total_workers }}

Seen States

Test Status
{% for appid, categories in report.items() %} {% for category, hosts in categories.items() %} {% for host, summary in hosts.items() %} {% endfor %} {% endfor %} {% endfor %}
App Host Test State
{{ appid }} {{ host }} {{ category }} {{ summary['state'] }}