{% for infra in infrastructures_data.keys() %} {% endfor %} {% for metric, values in metrics_comparison.items() %} {% for value in values %} {% endfor %} {% endfor %}
Metric{{ infra }}
{{ metric }} {% if value is mapping %} {% for k, v in value.items() %}
{{ k }}: {% if v is mapping %}
{% for sub_k, sub_v in v.items() %}
{{ sub_k }}: {{ sub_v }}
{% endfor %}
{% else %} {{ v }} {% endif %}
{% endfor %} {% else %} {{ value }} {% endif %}