@if (isLoading) {
}
@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) {
}
{{ 'APP.BROWSE.SEARCH.FILTER_SET' | translate }}
{{ 'APP.BROWSE.SEARCH.ADVANCED_FILTERS' | translate }}
{{ 'APP.BROWSE.SEARCH.NO_RESULTS' | translate }}