{$forms.timeRecordForm.open}
{if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} {/if} {if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} {/if} {if (($smarty.const.TYPE_START_FINISH == $user->record_type) || ($smarty.const.TYPE_ALL == $user->record_type))} {/if} {if (($smarty.const.TYPE_DURATION == $user->record_type) || ($smarty.const.TYPE_ALL == $user->record_type))} {/if} {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} {/if} {if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} {/if} {if (($smarty.const.TYPE_START_FINISH == $user->record_type) || ($smarty.const.TYPE_ALL == $user->record_type))} {/if} {if (($smarty.const.TYPE_DURATION == $user->record_type) || ($smarty.const.TYPE_ALL == $user->record_type))} {/if}
{$i18n.label.project}{$i18n.label.task}{$i18n.label.start} {$i18n.label.finish}{$i18n.label.duration}{$i18n.label.note}
{$time_rec.project_name|escape}{$time_rec.task_name|escape}{if $time_rec.start}{$time_rec.start}{else} {/if} {if $time_rec.finish<>$time_rec.start}{$time_rec.finish}{else} {/if}{if ($time_rec.duration == '0:00' && $time_rec.start <> '')}{$i18n.form.time.uncompleted}{else}{$time_rec.duration}{/if}{if $time_rec.comment}{$time_rec.comment|escape}{else} {/if}
 
{$forms.timeRecordForm.delete_button.control}  {$forms.timeRecordForm.cancel_button.control}
{$forms.timeRecordForm.close}