<{if $data.parent_id != 0 }> <{/if}> <{if isset($data.children)}> <{/if}>
<{$lang.showproject}>
<{$lang.projectname}>: <{$data.project_name}>
<{$lang.taskname}>: <{$data.title}>
<{$lang.assignedto}>: <{$data.uname}>
<{$lang.quotedhours}>: <{$data.hours}>
<{$lang.status}>: <{$data.status}>%
<{$lang.public}>: <{if $data.public == "0" }> <{else}> <{/if}>
<{$lang.subtaskof}>: <{$data.parent.title}>
<{$lang.description}>: <{$data.description}>
<{$lang.subtasks}>: <{foreach from=$data.children item=child}>
<{$child.title}>
<{/foreach}>
  <{if $data.user.owner }>
<{else}>   <{/if}>

<{$commentsnav}> <{$lang_notice}>
<{if $comment_mode == "flat"}> <{include file="db:system_comments_flat.html"}> <{elseif $comment_mode == "thread"}> <{include file="db:system_comments_thread.html"}> <{elseif $comment_mode == "nest"}> <{include file="db:system_comments_nest.html"}> <{/if}>

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