@if (isLoading) { } @if (data?.list.entries.length) {
@if (totalResults !== 1) {
{{ 'APP.BROWSE.SEARCH_LIBRARIES.FOUND_RESULTS' | translate: { number: totalResults } }}
} @if (totalResults === 1) {
{{ 'APP.BROWSE.SEARCH_LIBRARIES.FOUND_ONE_RESULT' | translate: { number: totalResults } }}
}
} @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) {
}