#def body
-<h1>Command succesful</h1>
+<h1>Command successful</h1>
<p>$command ${machine.name} was successful.</p>
-#if $command == "Delete VM"
+#if $command == "Delete VM" or True
<p><a href="list">Return</a></p>
#else
<p><a href="info?machine_id=${machine.machine_id}">Return</a></p>