{{ localCounter().title }}

@let counter = localCounter(); @let chart = chartData(); @if (counter.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 (counter.type === SimpleCounterType.StopWatch) { {{ counter.streakMinValue | msToString }} } @else { {{ counter.streakMinValue }} }
} @if (chart?.datasets?.length) {
}
Edit for {{ formatSelectedDate() }}
@switch (counter.type) { @case (SimpleCounterType.StopWatch) { {{ T.F.SIMPLE_COUNTER.D_EDIT.L_COUNTER | translate }} timer } @default { {{ T.F.SIMPLE_COUNTER.D_EDIT.L_COUNTER | translate }} } }