<% if (state === "success") { %> <% if (googleSignup) { %> You will be redirected to your dashboard in a moment... <% } else if (!requiresValidationEmail) { %> You will be redirected to the login page in a moment... <% } else { %> Check your email inbox and validate your email. <% }%> <% } else if (state === "failure") { %> Unfortunately there was a problem creating your account. <% if (!customHosted) { %>Please, contact us<% } %>. <% } else { %> It will take us some time, just a few seconds. <% } %>