<%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 { %>

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 %> <% } %>

<% } %>