{if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)}
{$time_rec.project_name|escape} |
{/if}
{if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)}
{$time_rec.task_name|escape} |
{/if}
{if (($smarty.const.TYPE_START_FINISH == $user->record_type) || ($smarty.const.TYPE_ALL == $user->record_type))}
{if $time_rec.start}{$time_rec.start}{else} {/if} |
{if $time_rec.finish<>$time_rec.start}{$time_rec.finish}{else} {/if} |
{/if}
{if (($smarty.const.TYPE_DURATION == $user->record_type) || ($smarty.const.TYPE_ALL == $user->record_type))}
{if ($time_rec.duration == '0:00' && $time_rec.start <> '')}{$i18n.form.time.uncompleted}{else}{$time_rec.duration}{/if} |
{/if}
{if $time_rec.comment}{$time_rec.comment|escape}{else} {/if} |