Extracted from transcripts or added manually
{searchQuery ? "No matching tasks" : activeListId !== "all" && activeBucket !== "all" ? `No ${activeBucket} tasks in ${activeListName}` : activeListId !== "all" ? `No tasks in ${activeListName}` : activeBucket === "all" ? "No tasks yet" : `Nothing in ${activeBucket}`}
{searchQuery ? "Try a different search" : "Tasks are extracted from transcripts or added above"}
{task.text}
{getListName(task.listId)}
{/if}{task.text}
{#if task.doneAt}Completed {formatTimestamp(task.doneAt)}
{/if}