<%- diagnosticName %> |
<% if (typeof assumption !== "undefined") { %>
<%- (assumption ? "TRUE" : "FALSE") %>
<% } else if (typeof number !== "undefined") { %>
<%- number %>
<% } else if (typeof text !== "undefined") { %>
<%- text %>
<% } %>
|
<%- formatDateTime(creationDate) %> |
<%- formatDateTime(lastCheckDate) %> |