Merge commit 'c30ad3a3fcfc66d0c1757a50afe413d9942d7793' into less-critical
[Sone.git] / src / main / resources / templates / notify / lockedSonesNotification.html
1 <div class="text">
2         <%= Notification.LockedSones.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>