{if $user->behalfUser} {/if} {if $timesheet['client_id']} {/if} {if $timesheet['project_id']} {/if} {if $timesheet['comment']} {/if} {if $timesheet['approve_status'] == null} {/if} {if $timesheet['approve_status'] != null} {/if} {if $timesheet['approve_comment']} {/if}
{$timesheet['name']|escape}
{$i18n.label.user}: {$timesheet['user_name']|escape}
{$i18n.label.client}: {$timesheet['client_name']|escape}
{$i18n.label.project}: {$timesheet['project_name']|escape}
{$i18n.label.comment}: {$timesheet['comment']|escape}
{$i18n.label.submitted}: {if $timesheet.submit_status}{$i18n.label.yes}{else}{$i18n.label.no}{/if}
{$i18n.label.approved}: {if $timesheet.approve_status}{$i18n.label.yes}{else}{$i18n.label.no}{/if}
{$i18n.label.note}: {$timesheet['approve_comment']|escape}
{foreach $subtotals as $subtotal} {/foreach}
{$group_by_header|escape} {$i18n.label.duration}
{if $subtotal['name']}{$subtotal['name']|escape}{else} {/if} {$subtotal['time']}
 
{$i18n.label.total} {$totals['time']}
 
{$forms.timesheetForm.open} {if $show_submit}
{if $show_approvers}{$i18n.form.mail.to}: {$forms.timesheetForm.approver.control}{/if} {$forms.timesheetForm.btn_submit.control}
{/if} {if $show_approve}
{$i18n.label.comment}:
{$forms.timesheetForm.comment.control}
{$forms.timesheetForm.btn_approve.control} {$forms.timesheetForm.btn_disapprove.control}
{/if} {$forms.timesheetForm.close}