\\r\\n \\r\\n | \\r\\n\\r\\n Category\\r\\n | \\r\\n\\r\\n Family\\r\\n | \\r\\n\\r\\n Type\\r\\n | \\r\\n\\r\\n Added to project\\r\\n | \\r\\n\\r\\n Status\\r\\n | \\r\\n\\r\\n Deleted from project\\r\\n | \\r\\n\\r\\n Reintroduced to project\\r\\n | \\r\\n
---|---|---|---|---|---|---|---|
\\r\\n \\r\\n | \\r\\n\\r\\n ${getCategoryName(source.builtInCategory)}\\r\\n | \\r\\n\\r\\n ${source.family}\\r\\n | \\r\\n\\r\\n ${source.name}\\r\\n | \\r\\n\\r\\n ${formatDate(source.created)}\\r\\n | \\r\\n\\r\\n ${source.hasNoInstances ? 'Deleted' : 'Added'}\\r\\n | \\r\\n\\r\\n ${source.updatedHasNoInstances == null || !source.hasNoInstances ? '-' : formatDate(source.updatedHasNoInstances)}\\r\\n | \\r\\n\\r\\n ${source.updatedHasNoInstances != null && !source.hasNoInstances ? formatDate(source.updatedHasNoInstances) : '-'}\\r\\n | \\r\\n
Created: ${getFormattedDate()}
\\r\\n