{$i18n.title.invoice} {$invoice_name|escape:'html'}
{$i18n.label.date}: {$invoice_date}
{$i18n.label.client}: {$client_name|escape:'html'}
{$i18n.label.client_address}: {$client_address|escape:'html'}
{if $invoice_items} {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} {/if} {if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} {/if} {foreach $invoice_items as $invoice_item} {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} {/if} {if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} {/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}
{$invoice_item.date} {$invoice_item.user_name|escape:'html'}{$invoice_item.project_name|escape:'html'}{$invoice_item.task_name|escape:'html'}{$invoice_item.note|escape:'html'} {$invoice_item.duration} {$invoice_item.cost}
 
{$i18n.label.subtotal}: {$subtotal|escape:'html'}
{$i18n.label.tax}: {$tax|escape:'html'}
{$i18n.label.total}: {$total|escape:'html'}
{/if}