@if (bulkActions && ('isBulkActionsAvailable' | isFeatureSupportedInCurrentAcs | async)) { }
@if (isLoading) { } @if (isLoading) { {{ 'APP.BROWSE.SEARCH.LOADING' | translate }} } @else { @if (totalResults > 0) { {{ (totalResults === 1 ? 'APP.BROWSE.SEARCH.FOUND_ONE_RESULT' : 'APP.BROWSE.SEARCH.FOUND_RESULTS') | translate: { number: totalResults } }} } @else { {{ 'APP.BROWSE.SEARCH.NO_RESULTS' | translate }} } }

{{ 'APP.BROWSE.SEARCH.FILTER_SET' | translate }}

@for (column of columns; track trackByColumnId($index, column)) { @if (column.template && !(column.desktopOnly && isSmallScreen)) { } @if (!column.template && !(column.desktopOnly && isSmallScreen)) { } } @if (data) {

{{ 'APP.BROWSE.SEARCH.NO_RESULTS' | translate }}

}
@if (totalResults > 0) { }
@if (infoDrawerOpened$ | async) {
@if (infoDrawerPreview$ | async) {
} @else {
}
}