@let selectionCount = bulkSelectionService.selectionSignal() ?? 0; @if (selectionCount > 0) {
{{t('items-selected', {num: selectionCount | number})}} @if (hasMarkAsUnread()) { } @if (hasMarkAsRead()) { } {{t('title')}}
}