<%= process.env.APP_NAME %>
|
|
hi,
|
|
the following warnings have been activated on your station <%= it.station.name %>:
|
<% for (const warning of it.warnings) { %>
- <%= warning %>
<% } %>
|
|
you can monitor them by clicking on the button below.
|
|
|
|
cannot click on the link? copy it: <%= it.stationLink %>
|
|
<%= process.env.APP_NAME %> <%= new Date().getFullYear() %>
|