@if (!(showLoader$ | async)) {
@for (column of columns; track trackByColumnId($index, column)) {
@if (column.template && !(column.desktopOnly && isSmallScreen)) {
}
@if (!column.template && !(column.desktopOnly && isSmallScreen)) {
}
}
@if (isFilterHeaderActive) {
{{ 'APP.BROWSE.SEARCH.NO_FILTER_RESULTS' | translate }}
}
}
@if (showLoader$ | async) {
}
@if (infoDrawerOpened$ | async) {
}