<body>
#if not $varExists('simple') or not $simple
<p>[You are logged in as $user.username.]</p>
+<p><a href="list">List</a>
+#if $varExists('machine')
+<a href="info?machine_id=$machine.machine_id">Info</a>
+<a href="vnc?machine_id=$machine.machine_id">Console</a>
+#end if
+<a href="help">Help</a></p>
#end if
$body
#if not $varExists('simple') or not $simple