1. @for (task of tasks;track task) {
  2. @if (task.deleted) { {{ task.description || '(no description)' }} } @else { {{ task.description || '(no description)' }} } {{ task.points }}
    @if (!task.deleted) { } @else { }
    @if (!task.collapsed) { }
  3. }
  4. Add Task