<%- taskDescription %> <%- target %> <% if (typeof author === "string") { %><%- author %><% } %> <% if (status == "RUNNING") { %> <% } else if (status == "SCHEDULED") { %> <% } else if (status == "SUCCESS") { %> <% } else if (status == "FAILURE") { %> <% } else if (status == "CANCELLED") { %> <% } %> <%- status.toLowerCase().replace(/^(.)/, function(a, l) { return l.toUpperCase(); }) %> <% if (significantDate != 0) { %> <%- (typeof significantDate === "string" ? significantDate : formatDateTime(significantDate, "full")) %> <% if (repeating) { %> <% } %> <% } %> <%- comments %> <% if (status == "SCHEDULED") { %> <% } %>