🔀 Merge “release/v81” into “master”
[Sone.git] / src / main / resources / templates / notify / soneLockedOnStartupNotification.html
1 <div class="text">
2         <%= Notification.SoneLockedOnStartup.Text|l10n|html>
3         <%foreach sones sone>
4                 <a href="viewSone.html?sone=<% sone.id|html>" title="<% sone.requestUri|html>"><% sone.niceName|html></a><%notlast>,<%/notlast><%last>.<%/last>
5         <%/foreach>
6 </div>