#from skeleton import skeleton #extends skeleton #def title List of your VMs #end def #def body #if not $machines #else

You have the following VMs:

#for $machine in $machines: #if $machine.nics #set $nic = $machine.nics[0] #else #end if #end for
Name Memory owner IP Hostname Uptime VNC
$machine.name ${machine.memory}M $machine.owner$nic.ip $nic.hostname #slurp #if $uptimes[$machine] $uptimes[$machine]#slurp #else Off#slurp #end if #slurp #if $has_vnc[$machine] == True Console#slurp #else $has_vnc[$machine] #end if
#if $uptimes[$machine] #else #end if
#end if #if $can_add_vm

Create a new VM:

Name
Memory megabytes ($max_mem max)
Disk gigabytes (${"%0.1f" % ($max_disk-0.05)} max)
HVM/ParaVM$helppopup('hvm_paravm') HVM ParaVM
Boot CD
#else

You are at the maximum number of VMs.

#end if #end def