{% load i18n %}
# | Name Description |
User | Status | VCPU | Memory | Actions & Mem Usage |
---|---|---|---|---|---|---|
{{ forloop.counter }} | {{ 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 }} | ||
{{ 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 }} |