{{ breakLabelKey() | translate }}
{{ remainingTime() | msToMinuteClockString }}
@if (isPomodoro()) {
repeat {{ displayedCycle() }}
}
@if (remainingTime() > 0) { @if (isBreakPaused()) { } @else { } } @if (isPomodoro()) { } @if (remainingTime() <= 0) { }
@if (isTaskSelectorOpen()) { }