{cycle values="odd,even" reset=true print=false} {if $arr_data}
| {$arr_data[row].time_in|date_format:$dateformat|escape:'html'} | {*in -----------------------------------------------------------*}{$arr_data[row].time_in|date_format:$timeformat|escape:'html'} | {*out ----------------------------------------------------------*}{if $arr_data[row].time_out} {$arr_data[row].time_out|date_format:$timeformat|escape:'html'} {else} ––:–– {/if} | {*task time ----------------------------------------------------*}{if $arr_data[row].zef_time} {$arr_data[row].zef_duration} {else} –:–– {/if} | {*decimal time --------------------------------------------------*}{if $arr_data[row].dec_zef_time} {$arr_data[row].dec_zef_time|replace:'.':$kga.conf.decimalSeparator|escape:'html'} {else} –:–– {/if} | {*rate ---------------------------------------------------------*}{$arr_data[row].zef_rate|replace:'.':$kga.conf.decimalSeparator|escape:'html'} | {*task wage ----------------------------------------------------*}{if $arr_data[row].wage} {$arr_data[row].wage|replace:'.':$kga.conf.decimalSeparator|escape:'html'} {else} – {/if} | {*client name --------------------------------------------------*}{$arr_data[row].knd_name|escape:'html'} | {*division -----------------------------------------------------*}{$arr_data[row].division|escape:'html'|nl2br} | {*project name -------------------------------------------------*}{$arr_data[row].pct_name|escape:'html'} {if $kga.conf.pct_comment_flag == 1} {if $arr_data[row].pct_comment} ({$arr_data[row].pct_comment|escape:'html'}) {/if} {/if} | {*event name and comment bubble --------------------------------*}{$arr_data[row].evt_name|escape:'html'} | {*comment -----------------------------------------------------*}{$arr_data[row].comment|escape:'html'|nl2br} | {*location ----------------------------------------------------*}{$arr_data[row].location|escape:'html'} | {*tracking number ---------------------------------------------*}{$arr_data[row].trackingnr|escape:'html'} | {*user --------------------------------------------------------*}{$arr_data[row].username|escape:'html'} |