{$i18n.title.invoice} {$invoice_name|escape}
{$i18n.label.date}: {$invoice_date}
{$i18n.label.client}: {$client_name|escape}
{$i18n.label.client_address}: {$client_address|escape}
{if $invoice_items} {if $show_project} {/if} {if $show_task} {/if} {if $user->isPluginEnabled('ps')} {/if} {foreach $invoice_items as $invoice_item} {if $show_project} {/if} {if $show_task} {/if} {if $user->isPluginEnabled('ps')} {/if} {/foreach} {if $tax} {/if}
{$i18n.label.date} {$i18n.form.invoice.person}{$i18n.label.project}{$i18n.label.task}{$i18n.label.note} {$i18n.label.duration} {$i18n.label.cost}{$i18n.label.paid}
{$invoice_item.date} {$invoice_item.user_name|escape}{$invoice_item.project_name|escape}{$invoice_item.task_name|escape}{$invoice_item.note|escape} {$invoice_item.duration} {$invoice_item.cost}{if $invoice_item.paid}{$i18n.label.yes}{else}{$i18n.label.no}{/if}
 
{$i18n.label.subtotal}: {$subtotal|escape}
{$i18n.label.tax}: {$tax|escape}
{$i18n.label.total}: {$total|escape}
{$forms.invoiceForm.open} {if $user->isPluginEnabled('ps')}
{$i18n.label.mark_paid}: {$forms.invoiceForm.mark_paid_action_options.control} {$forms.invoiceForm.btn_mark_paid.control}
{/if} {$forms.invoiceForm.close} {/if}