@if (isLoading) {
}
@if (data?.list.entries.length) {
}
@for (column of columns; track trackByColumnId($index, column)) {
@if (column.template && !(column.desktopOnly && isSmallScreen)) {
}
@if (!column.template && !(column.desktopOnly && isSmallScreen)) {
}
}
@if (data) {
}
@if (totalResults > 0) {
}
@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 } }}
}
{{ 'APP.BROWSE.SEARCH.NO_RESULTS' | translate }}