Back to Super Productivity

Planner Repeat Projection.Component

src/app/features/planner/planner-repeat-projection/planner-repeat-projection.component.html

18.4.4217 B
Original Source

{{ repeatCfg().title }}

@if (overWriteTimeEstimate() > 0) { {{ overWriteTimeEstimate() | msToString }}
({{ repeatCfg().defaultEstimate | msToString }}) } @else { {{ repeatCfg().defaultEstimate | msToString }} }