{if $data.form_mode != $smarty.const._LBL_ADD_}
...↳ {$lL.__to_do__} :
      ↳ {$lL.__summary__} : {$data.ttsabv}
{$lL.__severity__} : {$lL.__due_date__} : {$InProve_Smarty->ts2str($data.ttsduets,'date')}    
{$lL.__assigned_to__} :
{$lL.__status__} :  |     

{/if}
{if $data.form_mode == $smarty.const._LBL_ADD_} {/if}
{$lL.__to_do__} {$data.todoguid}

{$lL.__summary__}

{$lL.__severity__} {$data.ttspri}  {$lL.__due_date__} 

{$lL.__assigned_to__} {$data.assigned_to}

{$lL.__status__} {$data.ttssts}  {$lL.__progress__} {$data.ttspercent} %

{$lL.__detailed_description__}

{include file='../Upload/widget.phtml' dlgTitle={$lL.__file_upload_dialog__} btnLabel={$lL.__attach_file_s___}}
 
{if $data.form_mode != $smarty.const._LBL_ADD_} {$smarty.const._FORM_BTN_UPDATE_} {$lL.__or__} {$lL.__cancel__} {else} {$smarty.const._FORM_BTN_INSERT_} {/if}
{if $data.form_mode != $smarty.const._LBL_ADD_ && $smarty.request.origfrom != "commit"}
{$smarty.const._MSG_WAIT_SM_}
{/if}