@if (countdown$ | async; as countdown) { @if (countdown > 0) {
{{ T.F.FOCUS_MODE.GET_READY | translate }}
  1. {{ T.F.FOCUS_MODE.PREP_STRETCH | translate }}
  2. {{ T.F.FOCUS_MODE.PREP_SIT_UPRIGHT | translate }}
  3. {{ T.F.FOCUS_MODE.PREP_GET_MENTALLY_READY | translate }}
{{ countdown }}
} } @else {
{{ T.F.FOCUS_MODE.GOGOGO | translate }}
}