{if isset($backlogPerUserIndicator_userArray) && !empty($backlogPerUserIndicator_userArray)}
{foreach from=$backlogPerUserIndicator_userArray key=id item=i} {/foreach}
{t}User{/t} {t}Backlog{/t} {t}Progress{/t} {t}Nb tasks{/t} {t}Tasks{/t}
{$i.handlerName} {$i.backlog}
{$i.progress}%
{$i.nbTasks} {$i.taskList}
{t}TOTAL{/t} {$backlogPerUserIndicator_totalArray.backlog}
{$backlogPerUserIndicator_totalArray.progress}%
{$backlogPerUserIndicator_totalArray.nbTasks} {$backlogPerUserIndicator_totalArray.taskList}
{else} {t}No task with backlog{/t} {/if}

{t}Description{/t}:
{t}For each user, return the sum of the backlog of its assigned tasks{/t}