%inherit file="skeleton.mako" />
<%!
from invirt.config import structs as config
import datetime
%>
<%def name="title()">
VM List
%def>
<%def name="createForm()">
% if cant_add_vm:
${cant_add_vm}
% else:
Create a new VM
% if err:
We had a problem with your request:
% elif new_machine:
Congratulations! You successfully created a new VM called ${new_machine}.