<{$data.name}> <{if $data.user.projectadmin and ($data.todo == "0" and $data.completed == "0") }> [<{$lang.completeproject}>] :: <{/if}> <{if $data.user.projectadmin and ($data.completed == "1") }> [<{$lang.reactivate}>] :: <{/if}> <{if $data.user.projectadmin }> <{if $data.completed == "0" }> [<{$lang.addtask}>] :: <{/if}> [<{$lang.delete}>] :: [<{$lang.edit}>] <{/if}>
<{$lang.projectstart}>: <{$data.startdate}> <{$lang.projectdeadline}>: <{$data.enddate}>
<{foreach from=$data.tasks item=task}> <{if $task.status < 100 or ($task.children != NULL and $task.childrencompleted != "true")}> <{/if}> <{/foreach}>
<{$lang.todo}> <{$lang.respuser}> <{$lang.status}> <{$lang.hours}> <{$lang.action}>
class="comDate"<{/if}>><{$task.title}> <{$task.uname}> <{$task.status}>% <{$task.hours}> <{if !$data.user.projectadmin or $task.children != NULL }> <{if $task.user.owner and $task.childrencompleted == "true"}> <{else}> <{/if}> <{else}> <{/if}>
<{$lang.hourstodo}> <{$data.todo}>  
<{foreach from=$data.tasks item=task}> <{if $task.status == 100 or $task.somechildrendone == "true"}> <{/if}> <{/foreach}>
<{$lang.completedtasks}> <{$lang.respuser}> <{$lang.status}> <{$lang.hours}> <{$lang.action}>
<{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}>
<{$lang.hoursdone}> <{$data.done}>  
<{$data.timeinfo}> <{$data.timebar}>
<{$data.workinfo}> <{$data.progressbar}>

<{include file='db:system_notification_select.html'}>