27374adec890624b0a70a67fbf9ce20790eb7c09
[Sone.git] / src / main / resources / templates / notify / soneInsertNotification.html
1 <%if soneStatus|match value="inserting">
2         Your Sone <a href="viewSone.html?sone=<%insertSone.id|html>"><%insertSone.niceName|html></a> is now being inserted.
3 <%elseif soneStatus|match value="inserted">
4         Your Sone <a href="viewSone.html?sone=<%insertSone.id|html>"><%insertSone.niceName|html></a> has been inserted in <%= Notification.SoneInsert.Duration|l10n 0=insertDuration>.
5 <%elseif soneStatus|match value="insert-aborted">
6         Inserting your Sone <a href="viewSone.html?sone=<%insertSone.id|html>"><%insertSone.niceName|html></a> has failed.
7 <%/if>