X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Fnotify%2FnewReplyNotification.html;h=a4588e5415b85510cef54be97c129ce92fdb01f9;hb=0df5e91852f737d760c5a9f54c5667309fbadcc2;hp=457e410eacfb43c3567c4825bec2ad0fa83000df;hpb=06ed021f1232830b8617efdb4c2d26684a18b643;p=Sone.git diff --git a/src/main/resources/templates/notify/newReplyNotification.html b/src/main/resources/templates/notify/newReplyNotification.html index 457e410..a4588e5 100644 --- a/src/main/resources/templates/notify/newReplyNotification.html +++ b/src/main/resources/templates/notify/newReplyNotification.html @@ -1,6 +1,18 @@ +
+ + + + + +
+
+ <%foreach replies reply><%/foreach> <%= Notification.NewReply.Text|l10n|html> - <%foreach replies reply> - <% reply.sone.niceName|html><%notlast>,<%/notlast><%last>.<%/last> + <%foreach replies postGroup|replyGroup> + <% postGroup.key.sone.niceName|html> (<%foreach postGroup.value.sones sone><%sone.niceName|html><%notlast>, <%/notlast><%/foreach>)<%notlast>, <%/notlast><%last>.<%/last> <%/foreach>