|
<{$lang.completedtasks}>
|
<{$lang.respuser}>
|
<{$lang.status}>
|
<{$lang.hours}>
|
<{$lang.action}>
|
<{foreach from=$data.tasks item=task}>
<{if $task.status == 100 or $task.somechildrendone == "true"}>
<{if $task.childrencompleted == "true" and $task.status == 100 }>
<{$task.title}>
<{else}>
<{$task.title}>
<{/if}>
|
<{$task.uname}> |
<{$task.status}>% |
<{$task.hours}> |
<{if !$data.user.projectadmin or $task.children != NULL }>
<{if $task.user.owner and ($task.childrencompleted == "true" and $task.status == 100) }>
<{else}>
<{/if}>
<{else}>
<{/if}>
|
<{/if}>
<{/foreach}>
|