21 lines
288 B
Plaintext
21 lines
288 B
Plaintext
<%if (format === 'text') { %>
|
|
|
|
Dear <%= cloudronName %> Admin,
|
|
|
|
creating a backup has failed.
|
|
|
|
-------------------------------------
|
|
|
|
<%- message %>
|
|
|
|
-------------------------------------
|
|
|
|
|
|
Powered by https://cloudron.io
|
|
|
|
Sent at: <%= new Date().toUTCString() %>
|
|
|
|
<% } else { %>
|
|
|
|
<% } %>
|