{{ (selectedRowItemsCount < 1 ? 'APP.BROWSE.RECENT.TITLE' : 'APP.HEADER.SELECTED') | translate: { count: selectedRowItemsCount } }}

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