#end if
</td>
<td>#slurp
-#if $has_vnc.get($machine.name)
+#if $has_vnc.get($machine.name) == True
<a href="vnc?machine_id=$machine.machine_id">Console</a>#slurp
#else
-off#slurp
+$has_vnc.get($machine.name)
#end if
</td>
<td>
<td><input type="text" name="disk" value="$maxdisk" size=3/> gigabytes ($maxdisk max)</td>
</tr>
<tr>
- <td>HVM/ParaVM</td>
+ <td>HVM/ParaVM$helppopup('hvm_paravm')</td>
<td>
<input checked type="radio" name="vmtype" value="hvm">HVM</input>
<input type="radio" name="vmtype" value="paravm">ParaVM</input>