+#if $on
+ #if not $machine.type.hvm
+ Console access: type
+ <tt>ssh $machine.name@$config.console.hostname</tt>
+ on Athena. <a href="https://xvm.scripts.mit.edu/wiki/SerialConsole">(more info)</a>
+ #elif $has_vnc
+ <strong><a href="vnc?machine_id=$machine.machine_id">Get Console</a></strong>
+ #else
+ VNC console not enabled; still booting?
+ #end if
+#end if