{#if task.logs.length > 0} {/if} {#if showAllOptions} {/if} {#if showLogs && task.logs.length > 0}
{#each task.logs as log (log.id)}
{/each}
{/if}