X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/b26a7d35e4ac578595f88eef03303cfbfd42a319..e37dd15bbf8683bab8454ea0eec8e9968ce982b2:/code/templates/command.tmpl diff --git a/code/templates/command.tmpl b/code/templates/command.tmpl new file mode 100644 index 0000000..4ea55a5 --- /dev/null +++ b/code/templates/command.tmpl @@ -0,0 +1,17 @@ +#from skeleton import skeleton +#extends skeleton + +#def title +$command $machine.name +#end def + + +#def body +

Command successful

+

$command ${machine.name} was successful.

+#if $command == "Delete VM" or True +

Return

+#else +

Return

+#end if +#end def