{% load static %} {% load i18n %} {% include 'header.html' %}
{% include 'sidebar.html' %}

Instances

Error: Better check yourself, you're not looking too good.
{% for host, inst in all_host_vms.items %} {% for vm, info in inst.items %} {% endfor %} {% endfor %}
Name Host Status Actions
{{ vm }} {{ host.1 }} {% ifequal info.status 1 %} {% trans "Running" %} {% endifequal %} {% ifequal info.status 5 %} {% trans "Shutoff" %} {% endifequal %} {% ifequal info.status 3 %} {% trans "Suspend" %} {% endifequal %}
{% csrf_token %} {% ifequal info.status 5 %} {% endifequal %} {% ifequal info.status 3 %} {% endifequal %} {% ifequal info.status 1 %} {% endifequal %}
{% include 'footer.html' %}