{%if vps[status] == running}
{%elseif vps[status] == stopped}
{%elseif vps[status] == suspended}
{%else}
{%/if}
|
{%?container[hostname]}
|
{%if container[virtualization-type] == 1}
OpenVZ
{%/if}{%if container[virtualization-type] == 2}
Xen PV
{%/if}{%if container[virtualization-type] == 3}
Xen HVM
{%/if}{%if container[virtualization-type] == 4}
KVM
{%/if}
|
{%?container[node]}
({%?container[node-hostname]})
|
{%?container[diskspace]}
{%?container[diskspace-unit]}
|
{%?container[guaranteed-ram]}
{%?container[guaranteed-ram-unit]}
|
{%?container[template]} |
{%/foreach}