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