Tasks
@if (tasksCount.incomplete === 0) { All tasks completed! } @if (tasksCount.incomplete !== 0) { {{ tasksCount.incomplete }} remaining tasks }
@if (tasks && tasks.length > 0) {
@for ( task of tasks; track trackByFn($index, task); let first = $first ) { }
} @else {
Add a task to start planning!
}