{% for corr_name in context.components.correlation_names %} {% if loop.index == 1 %} {% else %} {% endif %} {% endfor %}
{% for plot in context.components.correlations[1] %} {% if loop.index == 1 %}
{{ plot }}
{% else %}
{{ plot }}
{% endif %} {% endfor %}