@if (taskService.currentTask$ | async; as currentTask) {
{{ currentTask.title }}
@if (currentTaskContext$ | async; as currentTaskContext) {
}
}
@if (taskService.currentTaskId$ | async) {
}
@if ((pomodoroService.cfg$ | async)?.isEnabled) {
{{ pomodoroService.currentSessionTime$ | async | msToMinuteClockString }}
}
@if (simpleCounterService.enabledSimpleCounters$ | async; as enabledSimpleCounters) {
@if (enabledSimpleCounters.length) {