{if isset($budgetDriftHistoryIndicator2_jqplotPercentData)}
{foreach from=$budgetDriftHistoryIndicator2_tableData key=id item=i} {/foreach}
{t}Date{/t} {t}Budget{/t} {t}Drift{/t} % {t}Drift{/t}
{$id} {$i.provAndMeeDays} {$i.driftDays} {$i.driftPercent} %

{t}Compares the budget (MgrEffortEstim + checked provisions) to the reestimated time (nb days needed to finish the tasks).{/t}

{t}% Budget Drift{/t}

{t}Formula{/t} : {t}( reestimated - budget ) / budget{/t}

{else} {t}No data.{/t} {/if}