{% load i18n %} {% for host, inst in all_host_vms.items %} {% for vm, info in inst.items %} {% endfor %} {% endfor %}
# {% trans "Name" %}
{% trans "Description" %}
{% trans "User"%} {% trans "Status" %} {% trans "VCPU" %} {% trans "Memory" %} {% trans "Actions & Mem Usage" %}
{{ host.1 }} {% ifequal host.2 1 %}{% trans "Active" %}{% endifequal %} {% ifequal host.2 2 %}{% trans "Not Active" %}{% endifequal %} {% ifequal host.2 3 %}{% trans "Connection Failed" %}{% endifequal %} {{ host.3 }} {{ host.4|filesizeformat }}
{{ host.5 }}%
{{ forloop.counter }} {{ vm }}
{{ info.title }}
{% if info.userinstances.count > 0 %} {{ info.userinstances.first_user.user.username }} {% if info.userinstances.count > 1 %} (+{{ info.userinstances.count|add:"-1" }}){% endif %} {% endif %} {% ifequal info.status 1 %}{% trans "Active" %}{% endifequal %} {% ifequal info.status 5 %}{% trans "Off" %}{% endifequal %} {% ifequal info.status 3 %}{% trans "Suspend" %}{% endifequal %} {{ info.vcpu }} {{ info.memory |filesizeformat }}
{% csrf_token %} {% ifequal info.status 5 %} {% if info.is_template %} {% else %} {% endif %} {% endifequal %} {% ifequal info.status 3 %} {% endifequal %} {% ifequal info.status 1 %} {% endifequal %}
{% block script %} {% endblock %}