@let activeWorkContextTypeAndId = workContextService.activeWorkContextTypeAndId$ | async;
@if (!(layoutService.isNavAlwaysVisible$ | async)) { } @if (activeWorkContextTypeAndId) {
{{ workContextService.activeWorkContextTitle$ | async }}
}