| {child.prefix + child.taskId} | +{child.description} | +{child.status} | +
{body}
+ {#if history} +{history}
+ {/if} ++ { + task.updateChain + ? JSON.stringify(task.updateChain) + : "--" + } +
++ {checklist ? JSON.stringify(checklist) : "--"} +
++ {integrations ? JSON.stringify(integrations) : "--"} +
+