| Description: | <%- taskDescription %> | 
			| Comments: | <%- comments %> | 
			| Creation: | <%- formatDateTime(creationDate, "full") %>
			<% if (typeof author === "string" && author.length > 0) { %> (by <%- author %>)<% } %> | 
			| Execution: | <% if (significantDate !== 0) { %><%- (isNaN((new Date(significantDate)).getDate()) ? significantDate : formatDateTime(significantDate, "full")) %><% } %>
			(<%
				if (repeating) { %>repeating, <%- scheduleType.toLowerCase() %><% }
				else { %>once<% }
			%>) | 
			| Status: | <%- status %><% if (status == "RUNNING") { %>  <% } %> | 
			<% if (status == "SUCCESS" && type == ".DiscoverDeviceTypeTask") { %>
			| Discovered Type: | <%- discoveredDeviceTypeDescription %> | 
			| Snapshot Task: | Monitor | 
			<% } %>
			<% if (status == "SUCCESS" && type == ".TakeSnapshotTask") { %>
			| Device: | <%- target %> | 
			<% } %>