{% load i18n %} {% for host, inst in all_host_vms.items %} {% for inst, vm in inst.items %} {% endfor %} {% endfor %}
{% trans "Name" %}
{% trans "Description" %}
{% trans "Host" %}
{% trans "User"%}
{% trans "Status" %} {% trans "VCPU" %} {% trans "Memory" %} {% trans "Actions" %}
{{ inst }}
{{ info.title }}
{{ host.1 }}
{% if info.userinstances.count > 0 %}{{ info.userinstances.first_user.user.username }}{% if info.userinstances.count > 1 %} (+{{ info.userinstances.count|add:"-1" }}){% endif %}{% endif %}
{% ifequal vm.status 1 %}{% trans "Active" %}{% endifequal %} {% ifequal vm.status 5 %}{% trans "Off" %}{% endifequal %} {% ifequal vm.status 3 %}{% trans "Suspend" %}{% endifequal %} {{ vm.vcpu }} {{ vm.memory|filesizeformat }} {% include "instance_actions.html" %}