@if (showToolbar) { MENU.WOT COMMON.BTN_CLOSE COMMON.POPOVER_FILTER_TITLE WOT.LOOKUP.NEWCOMERS WOT.LOOKUP.PENDING } MENU.WOT
@if (showSearchBar) { } @if (!mobile) {   @if (showFilterButtons) { WOT.LOOKUP.NEWCOMERS WOT.LOOKUP.PENDING } COMMON.BTN_SEARCH } @if (loading$ | push) { } @else { @for (item of items$ | async; track 'address'; let index = $index) {

@if (!item.meta?.name) { } @if (filter?.last) { {{ item | accountName: { listenChanges: false } }} } @else { }

@if (item.meta.name && item.meta.uid) { @if (filter?.last) { {{ item.meta.uid }} } @else { } } {{ item.address | addressFormat }} @if (!item.meta?.isMember) { ({{ (item.meta?.status ? 'WOT.STATUS_ENUM.' + item.meta.status : 'WOT.NOT_MEMBER_PARENTHESIS') | translate }}) }

} COMMON.SEARCH_NO_RESULT }