{{ (focusModeService.isBreakLong() ? T.F.FOCUS_MODE.LONG_BREAK_TITLE : T.F.FOCUS_MODE.SHORT_BREAK_TITLE ) | translate: { cycle: focusModeService.currentCycle() - 1 } }}

{{ remainingTime() | msToMinuteClockString }}
@if (remainingTime() > 0) { @if (isBreakPaused()) { } @else { } }

{{ T.F.FOCUS_MODE.BREAK_RELAX_MSG | translate }}

@if (remainingTime() > 0) {
@if (isPomodoro()) { }
} @else {
@if (isPomodoro()) { }
}