{% for k, v in plugin.cockpit_context.items %}

{{ k }}

{% ifequal k "CONNECTIONS" %} {% for cnx in v %}
{{ cnx }}
{% endfor %} {% else %}
{{ v }}
{% endifequal %}
{% endfor %}