<%if (format === 'text') { %> Dear <%= cloudronName %> Admin, Version <%= newBoxVersion %> is now available! Changelog: <% for (var i = 0; i < changelog.length; i++) { %> * <%- changelog[i] %> <% } %> <% if (!hasSubscription) { -%> *Keep your Cloudron automatically up-to-date and secure by upgrading to a paid plan at* <%= webadminUrl %>/#/settings <% } -%> Powered by https://cloudron.io Sent at: <%= new Date().toUTCString() %> <% } else { %>

Dear <%= cloudronName %> Admin,

Version <%= newBoxVersion %> is now available!

Changelog:

<% if (!hasSubscription) { %>

Keep your Cloudron automatically up-to-date and secure by upgrading to a paid plan.

<% } %>
Powered by Cloudron.
<% } %>