{#if loading && tasks.length === 0}
Loading tasks...
{:else if tasks.length === 0}
No tasks found.
{:else} {/if}