{project.name}
{#if (project.endTime != null)}
{/if}
{#if showAllOptions}
{project.description}
Add Task
Edit
Delete
{/if}
{#each project.tasks as task (task.id)} {#if !hideInactive || task.active}
{/if} {/each}