2015-07-20 00:09:47 -07:00
|
|
|
<%if (format === 'text') { %>
|
|
|
|
|
|
2017-01-17 15:47:18 +01:00
|
|
|
Dear Cloudron Admin,
|
2015-07-20 00:09:47 -07:00
|
|
|
|
2017-11-02 18:31:51 -07:00
|
|
|
A new version <%= updateInfo.manifest.version %> of the app '<%= app.manifest.title %>' installed at <%= app.fqdn %> is available!
|
2015-07-20 00:09:47 -07:00
|
|
|
|
2016-02-04 14:45:43 +01:00
|
|
|
Changes:
|
|
|
|
|
<%= updateInfo.manifest.changelog %>
|
|
|
|
|
|
2017-11-02 18:31:51 -07:00
|
|
|
<% if (!hasSubscription) { -%>
|
|
|
|
|
*Keep your Cloudron automatically up-to-date and secure by upgrading to a paid plan at* <%= webadminUrl %>/#/settings
|
|
|
|
|
<% } -%>
|
2017-01-17 15:47:18 +01:00
|
|
|
|
|
|
|
|
Powered by https://cloudron.io
|
2015-07-20 00:09:47 -07:00
|
|
|
|
2017-01-26 12:46:56 -08:00
|
|
|
Sent at: <%= new Date().toUTCString() %>
|
|
|
|
|
|
2015-07-20 00:09:47 -07:00
|
|
|
<% } else { %>
|
|
|
|
|
|
2017-11-02 18:31:51 -07:00
|
|
|
<center>
|
|
|
|
|
|
|
|
|
|
<img src="<%= cloudronAvatarUrl %>" width="128px" height="128px"/>
|
|
|
|
|
|
|
|
|
|
<h3>Dear <%= cloudronName %> Admin,</h3>
|
|
|
|
|
|
|
|
|
|
<div style="width: 650px; text-align: left;">
|
|
|
|
|
<p>
|
|
|
|
|
A new version <%= updateInfo.manifest.version %> of the app '<%= app.manifest.title %>' installed at <%= app.fqdn %> is available!
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<h5>Changelog:</h5>
|
|
|
|
|
<%- changelogHTML %>
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
<% if (!hasSubscription) { %>
|
|
|
|
|
<p>Keep your Cloudron automatically up-to-date and secure by upgrading to a <a href="<%= webadminUrl %>/#/settings">paid plan</a>.</p>
|
|
|
|
|
<% } %>
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="font-size: 10px; color: #333333; background: #ffffff;">
|
|
|
|
|
Powered by <a href="https://cloudron.io">Cloudron</a>.
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</center>
|
|
|
|
|
|
|
|
|
|
<img src="https://analytics.cloudron.io/piwik.php?idsite=2&rec=1&e_c=CloudronEmail&e_a=update" style="border:0" alt="" />
|
|
|
|
|
|
2015-07-20 00:09:47 -07:00
|
|
|
<% } %>
|