✨ Add handler for all notifications
[Sone.git] / src / main / resources / templates / notify / soneLockedOnStartupNotification.html
diff --git a/src/main/resources/templates/notify/soneLockedOnStartupNotification.html b/src/main/resources/templates/notify/soneLockedOnStartupNotification.html
new file mode 100644 (file)
index 0000000..8cd4e56
--- /dev/null
@@ -0,0 +1,6 @@
+<div class="text">
+       <%= Notification.SoneLockedOnStartup.Text|l10n|html>
+       <%foreach sones sone>
+               <a href="viewSone.html?sone=<% sone.id|html>" title="<% sone.requestUri|html>"><% sone.niceName|html></a><%notlast>,<%/notlast><%last>.<%/last>
+       <%/foreach>
+</div>