@if (data.simpleCounter.isTrackStreaks) {
{{ T.F.SIMPLE_COUNTER.D_EDIT.CURRENT_STREAK | translate }}
{{ currentStreak() }}
{{ T.F.SIMPLE_COUNTER.D_EDIT.DAYS | translate }}
{{ T.F.SIMPLE_COUNTER.D_EDIT.DAILY_GOAL | translate }}
@if (data.simpleCounter.type === SimpleCounterType.StopWatch) {
{{ data.simpleCounter.streakMinValue | msToString }}
} @else {
{{ data.simpleCounter.streakMinValue }}
}
}
@if (stats()) {
}
@if (
data.simpleCounter.type === SimpleCounterType.ClickCounter ||
data.simpleCounter.type === SimpleCounterType.RepeatedCountdownReminder
) {
{{ T.F.SIMPLE_COUNTER.D_EDIT.L_COUNTER | translate }}
}
@if (data.simpleCounter.type === SimpleCounterType.StopWatch) {
{{ T.F.SIMPLE_COUNTER.D_EDIT.L_COUNTER | translate }}
timer
}