@if (!isLoading) {
@for (lookupItem of filteredLookupItems; track lookupItem) {
{{ lookupItem.name }}
@if (lookupItem.dataProviderInfo.isPremium) {
}
{{ lookupItem.symbol | gfSymbol }} · {{ lookupItem.currency }}
@if (lookupItem.assetSubClass) {
· {{ lookupItem.assetSubClassString }}
}
}
}
@if (isLoading) {
}