<% include header %>

Hello <%= (user && user.email) ? user.email : '' %>, welcome to <%= cloudronName %>.

Setup your account and password.

<%= error %>

<% if (user && user.username) { %>
<% } else { %>
The username is too short The username is too long Not a valid username
<% } %>
Password must be 8-30 character with at least one uppercase, one numeric and one special character
Passwords don't match
<% include footer %>