{if $user->can('manage_invoices') || $user->can('view_own_invoices')} {if $user->isPluginEnabled('cl')} {/if} {foreach $timesheets as $timesheet} {if $user->isPluginEnabled('ps')} {/if} {if !$user->isClient()} {/if} {/foreach}
{$i18n.form.timesheets.hint}
{$i18n.label.thing_name}{$i18n.label.client}{$i18n.label.submitted} {$i18n.label.approved} {$i18n.label.view}
{$timesheet.name|escape} {$timesheet.client_name|escape} {$invoice.date}{if $invoice.paid}{$i18n.label.yes}{else}{$i18n.label.no}{/if}{$i18n.label.view}{$i18n.label.delete}
{if !$user->isClient()}

{/if} {/if}