@if (enableSearch) { } @for (country of preferredCountriesInDropDown; track country) { } @if (preferredCountriesInDropDown.length) { } @for (country of allCountries | search : searchCriteria; track country) { }