| # Task | {{username}} | Summary | Final |
|---|---|---|---|
| Task {{$index + 1}} | {{tasks[username][$parent.$index].value}} {{tasks[username][$parent.$index].value}} {{tasks[username][$parent.$index].value}} | avg {{getAvgEstimatedValue($index)}} low {{getMinEstimatedValue($index)}} high {{getMaxEstimatedValue($index)}} | |
| |__ Task {{($parent.$index + 1) + '.' + ($index + 1)}} | {{tasks[username][$parent.$parent.$index].childs[$parent.$index].value}} {{tasks[username][$parent.$parent.$index].childs[$parent.$index].value}} {{tasks[username][$parent.$parent.$index].childs[$parent.$index].value}} | avg {{getAvgEstimatedValue($parent.$index, child - 1)}} low {{getMinEstimatedValue($parent.$index, child - 1)}} high {{getMaxEstimatedValue($parent.$index, child - 1)}} | |
| Total | {{v}} | {{ getTotalFinal() }} | |
| Total mistake | {{v}} |