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