{% load fastapp_tags %}

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 %}

overview

{{ plugin.cockpit_context.overview|asjson }}