<%= data.title %>
 
 
<% if (data.mode == 'payment') { %> <% if (Portal.Modules.DeploymentWizard.isTrial) { %> Please wait while we submit your request... <% } else { %> Please wait while we verify your payment information... <% } %> <% } else { %> <%= partial(data.deploymentInProgress, data); %> <% } %>
<% if (data.mode == 'deployment') { %>
 
 
<%= data.lastLogMessage %>
 
An order confirmation has been sent to your email address. We're getting everything set up, and your site will be ready very soon. You can close this window if you would like , and we'll still let you know when your site has been set up. As soon as your site is set up, you can upload your project and start managing your site. Thank you for your order.
<% } %>