{if isset($progressHistoryIndicator2_jqplotData)}
{foreach from=$progressHistoryIndicator2_tableData key=name item=i} {/foreach}
{t}Date{/t} {t}Progress{/t} {t}Reestimated{/t} {t}Elapsed{/t} {t}Backlog{/t}
{$name}
{$i.progress}%
{$i.reestimated} {$i.elapsed} {$i.backlog}

{t}Evolution of the real progress vs the theoretical progress.{/t}

{t}Theoretical progress{/t}
{t}Compares the EffortEstim to the Elapsed days{/t}
{t}Formula{/t} : {t}Elapsed / max(MgrEffortEstim, EffortEstim){/t}

{t}Real progress{/t}
{t}Displays the backlog{/t}
{t}Formula{/t} : {t}Elapsed / (Elapsed + Backlog){/t}

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