vhosts ({{ plugin.cockpit_context.vhosts|length }})
{% for vhost in plugin.cockpit_context.vhosts %}
{{ vhost.name }}
{% if vhost.test_vhost.status != "ok" %}
Error: {{ vhost.test_vhost.error }} {{ vhost.test_vhost.reason }}
{% endif %}
{{ vhost|asjson }}
{% endfor %}