{#if tasks.length === 0}

No tasks yet.

{:else}

{doneCount}/{tasks.length} done{#if inProgressCount > 0}, {inProgressCount} in progress{/if}

{/if}