{$timesheet['name']|escape} |
{if $user->behalfUser}
{$i18n.label.user}: {$timesheet['user_name']|escape} |
{/if}
{if $timesheet['client_id']}
{$i18n.label.client}: {$timesheet['client_name']|escape} |
{/if}
{if $timesheet['project_id']}
{$i18n.label.project}: {$timesheet['project_name']|escape} |
{/if}
{if $timesheet['comment']}
{$i18n.label.comment}: {$timesheet['comment']|escape} |
{/if}
{if $timesheet['approve_status'] == null}
{$i18n.label.submitted}: {if $timesheet.submit_status}{$i18n.label.yes}{else}{$i18n.label.no}{/if} |
{/if}
{if $timesheet['approve_status'] != null}
{$i18n.label.approved}: {if $timesheet.approve_status}{$i18n.label.yes}{else}{$i18n.label.no}{/if} |
{/if}
{if $timesheet['approve_comment']}
{$i18n.label.note}: {$timesheet['approve_comment']|escape} |
{/if}