${i18n.get("notifications.common.salutation", "Dear")} ${subscriber.fullName},
<% if (jobUser.getUser().equals(subscriber.getUser())) { %>${i18n.get("notifications.workflow.job.triggeredBy.sameUser", "the workflow job, triggered by you")}<% } else { %>${i18n.get("notifications.workflow.job.triggeredBy.otherUser", "the workflow job, triggered by")} ${jobUser.fullName}<% } %>${i18n.get("notifications.workflow.job.executionFinished", ", has finished its execution.")}
${i18n.get("notifications.workflow.status.waiting", "The content is now ready for validation/publishing. Please accept or refuse the changes.")}
<% if (jobComment != null) { %>${i18n.get("notifications.workflow.comment", "Comment")}:
${jobComment}
${i18n.get("notifications.workflow.details.link", "Please check the details by clicking on the link:")} ${i18n.get("notifications.workflow.details.link.title", "Job report")}
${i18n.get("notifications.common.farewell", "Sincerely Yours")}
${i18n.get("notifications.common.farewell.signature", "Portal Team")}
${i18n.get("notifications.common.updateProfile", "To update your profile or to stop receiving customized e-mail, please click")} ${i18n.get("notifications.common.updateProfileLink", "here")}