{t}Global cost estimation:{/t} {$costsIndicator_globalCostEstim} {$costsIndicator_teamCurrency}
{$costsIndicator_generalErrorMsg} {if $costsIndicator_tableSumLines}
{foreach from=$costsIndicator_tableSumLines key=id item=tableLine} {/foreach}
{t}Costs Mgr{/t} ({$costsIndicator_teamCurrency}) {t}Costs{/t} ({$costsIndicator_teamCurrency}) {t}Reestimated{/t} ({$costsIndicator_teamCurrency}) {t}Elapsed{/t} ({$costsIndicator_teamCurrency}) {t}Backlog{/t} ({$costsIndicator_teamCurrency}) {t}Drift Mgr{/t} ({$costsIndicator_teamCurrency}) {t}Description{/t}
{$tableLine.costsMgr} {$tableLine.costs} {$tableLine.reestimated} {$tableLine.elapsed} {$tableLine.backlog} {$tableLine.driftMgr} {$tableLine.description}
{$costsIndicator_tableSumFooter.costsMgr} {$costsIndicator_tableSumFooter.costs} {$costsIndicator_tableSumFooter.reestimated} {$costsIndicator_tableSumFooter.elapsed} {$costsIndicator_tableSumFooter.backlog} {$costsIndicator_tableSumFooter.driftMgr} {t}TOTAL{/t} ({$costsIndicator_teamCurrency})
{/if}
{if $costsIndicator_tableValuesLines}
{foreach from=$costsIndicator_tableValuesLines key=id item=tableLine} {/foreach}
{t}Task{/t} {t}ExtRef{/t} {t}Costs Mgr{/t} ({$costsIndicator_teamCurrency}) {t}Costs{/t} ({$costsIndicator_teamCurrency}) {t}Reestimated{/t} ({$costsIndicator_teamCurrency}) {t}Elapsed{/t} ({$costsIndicator_teamCurrency}) {t}Backlog{/t} ({$costsIndicator_teamCurrency}) {t}Drift Mgr{/t} ({$costsIndicator_teamCurrency}) {t}Description{/t}
{$tableLine.issueId} {$tableLine.extRef} {$tableLine.costsMgr} {$tableLine.costs} {$tableLine.reestimated} {$tableLine.elapsed} {$tableLine.backlog} {$tableLine.driftMgr} {$tableLine.description}
{/if}

{t}Description{/t}:
{t}Sum the costs of each timetrack.{/t}
{t}Team AverageDailyCost and UserDailyCosts must be defined in team settings.{/t}

- {t}AverageDailyCost is used when no UserDailyCosts is defined for the timetrack's user.{/t}
- {t}AverageDailyCost is used if the task is not yet assigned to anyone.{/t}
- {t}The backlog is computed with the current assigned user's UserDailyCost{/t}



{t}Tasks{/t}:
{t}Respectively sum the MgrEffortEstim, EffortEstim, Reestimated, Elapsed, Backlog of each task.{/t}
{t}The backlog depends on the status (always 0 if status >= Resolved){/t}

{t}Provisions{/t}:
{t}Sum the Provisions that are 'checked' as included in the budget.{/t}