Summary
{% for key in workloads %}
{{ key }}
{% endfor %}
{% for key in workloads %}
{{ workloads[key] }}
{% endfor %}