{{ context.resources }}
{% if context.components.has_variables%}
{% for var in context.components.variables.values() %}
{% if var.plots[0] != 0 %}
{{ var.plots[0] }}
{% endif %}
{% endfor %}
{% endif %}
{% if context.components.has_correlation and context.components.correlations[0] != 0%}
{{ context.components.correlations[0] }}
{% endif %}
{% if context.components.has_missing and context.components.missing[0] != 0 %}
{{ context.components.missing[0] }}
{% endif %}