{$timesheet['name']|escape} |
{$i18n.label.user}: {$timesheet['user_name']|escape} |
{if $timesheet['client_id']}
{$i18n.label.client}: {$timesheet['client_name']|escape} |
{/if}
{$i18n.label.submitted}: {if $timesheet.submit_status}{$i18n.label.yes}{else}{$i18n.label.no}{/if} |
{if $timesheet['submitter_comment']}
{$i18n.label.comment}: {$timesheet['submitter_comment']|escape} |
{/if}
{if $timesheet['submit_status']}
{$i18n.label.approved}: {if $timesheet.approval_status != null}{if $timesheet.approval_status}{$i18n.label.yes}{else}{$i18n.label.no}{/if} |
{/if}
{/if}
{if $timesheet['manager_comment']}
{$i18n.label.note}: {$timesheet['manager_comment']|escape} |
{/if}