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