{{ titleTranslationString() | translate }}

@if (selectedCategoryId()) {
{{ selectedCategoryId() }}
}
@if (showHeaderAction() && !isWorkspaceLayout) { }
@if (favorites().length) {
@for (item of favorites(); track $index) { }
} @else {
{{ emptyIcon() }}

No items in the selected category

}