@if(filter.label) { {{filter.label}} } @for (option of filteredOptions$ | async; track option) { {{option.label}} } @if (filterForm && filterForm.value && !filterForm.disabled) { } @if (validateError()) { {{validateError()}} }