%if (format === 'text') { %> Hi <%= user.displayName || user.username || user.alternateEmail || user.email %>, Welcome to <%= cloudronName %>! To get started, activate your account by visiting the following page: <%= setupLink %> <% if (invitor && invitor.email) { %> Your <%= invitor.email %> <% } %> <% } else { %>
<% if (invitor && invitor.email) { %>
You got invited by <%= invitor.email %>.
<% } %>
To get started, activate your account.