${i18n.get("notifications.events.default.subject", "Notification alert")}

${i18n.get("notifications.common.salutation", "Dear")} ${subscriber.fullName},

<% msg = 'an event {0} occurred on the following page:' %>

${i18n.getFormatted("notifications.events.default.eventOccurred", msg, eventType)} ${targetPage.title}

${i18n.get("notifications.common.farewell", "Sincerely Yours")}
${i18n.get("notifications.common.farewell.signature", "Portal Team")}


<% if (unsubscribeLink != null) { %>${i18n.get("notifications.events.common.unsubscribe", "To unsubscribe from notifications for this content, please use the")} ${i18n.get("notifications.common.unsubscribeLink", "unsubscribe service")}
<% } %> ${i18n.get("notifications.common.updateProfile", "To update your profile or to stop receiving customized e-mail, please click")} ${i18n.get("notifications.common.updateProfileLink", "here")}