{#if hasChildren} {/if} {job.displayName} {job.jobType} {formatTime(job.createdTime)} {formatTimeFull(job.createdTime)} {#if hasChildren} {children.length} sub-job{children.length !== 1 ? 's' : ''} {/if} {#if expanded}
Last Updated {formatTimeFull(job.lastUpdatedTime)}
{#if job.errorMessage}
Error: {job.errorMessage}
{/if} {#if metadata.length > 0}

Metadata

{#each metadata as entry (entry.key)} {entry.key} {entry.value} {/each}
{/if} {#if hasChildren}

Sub-jobs

{#each children as child (child.id)} {#if child.errorMessage} {/if} {/each}
Name Type Status Created
{child.displayName} {child.jobType} {formatTime(child.createdTime)} {formatTimeFull(child.createdTime)}
{child.errorMessage}
{/if}
{/if}