{title.toUpperCase()}

{subtitle}

Status Active Waiting
{#if jobCounts} {jobCounts.active > 0 || jobCounts.waiting > 0 ? 'Active' : 'Idle'} {:else} {/if} {#if jobCounts.active !== undefined} {jobCounts.active} {:else} {/if} {#if jobCounts.waiting !== undefined} {jobCounts.waiting} {:else} {/if}