<% if (currentSite.status.toLowerCase() == 'provisioning' || currentSite.status.toLowerCase() == 'pending') { %>
Provisioning your site
Starting up the environment
Configuring the environment
Creating user accounts
<% } else if (currentSite.status.toLowerCase() == 'provisioned') { %>
Provisioning your site
Starting up the environment
Configuring the environment
Creating user accounts
<% } else if (currentSite.status.toLowerCase() == 'initializing') { %>
Provisioning your site
Starting up the environment
Configuring the environment
Creating user accounts
<% } else if (currentSite.status.toLowerCase() == 'initialized') { %>
Provisioning your site
Starting up the environment
Configuring the environment
Creating user accounts
<% } %>