{$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 ($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}{$invoice_item.project_name|escape}{$invoice_item.task_name|escape}{$invoice_item.note|escape} {$invoice_item.duration} {$invoice_item.cost}
 
{$i18n.label.subtotal}: {$subtotal|escape}
{$i18n.label.tax}: {$tax|escape}
{$i18n.label.total}: {$total|escape}
{/if}