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