@if (professors.length === 0) { } @else { @for (option of filteredProfessors | async; track option) { {{ option.name }} } }