@if (bulkSelectionService.selections$ | async; as selectionCount) { @if (selectionCount > 0) {
{{t('items-selected',{num: selectionCount | number})}} @if (hasMarkAsUnread) { } @if (hasMarkAsRead) { } Bulk Actions
} }