{if (!isset($accessDenied) || (0 == $accessDenied)) }

{t}Monthly Activity{/t}

{include file="form/dateRangeSelector.html"}
{include file="modal/consistency_check.html"} {if isset($monthlyActivityReport)}

{t}Tasks per User{/t}

    {foreach from=$monthlyActivityReport item=i key=id}
  • {$i.realname}
  • {/foreach}
{foreach from=$monthlyActivityReport item=i key=id}
{foreach from=$i.tasks item=j key=id} {/foreach}
{t}Summary{/t} {t}Project{/t} {t}Progress{/t} {t}Backlog{/t} {t}Elapsed{/t}
{$j.infoTooltip} {$j.summary} {$j.projectName} {if $j.progress}
{$j.progress}%
{/if}
{$j.backlog} {$j.elapsedInPeriod}
{$i.elapsedInPeriod}
{/foreach}
{/if} {else}

{t}Please select a team to access this page.{/t}

{/if}