{% if values | length > 0 %}

Correlations

{% for key, correlation in values.items() %}
{{ correlation['name'] }} matrix
{% endfor %}
{% endif %}