{{ sender.name_short }} • {{ sender.street }} • {{ sender.zip }} {{ sender.town }}

{{# lines }} {{ ../receiver.company }}
{{ ../receiver.title }}
{{ ../receiver.name }}
{{ ../receiver.street }}
{{ ../receiver.zip }} {{ ../receiver.town }}
{{ ../receiver.country }} {{/ lines }}

{{ sender.name_short }}

{{# lines }} {{ ../sender.street }}
{{ ../sender.zip }} {{ ../sender.town }}
{{ ../sender.country }} {{/ lines }}

{{ t "Contact" }}

{{ sender.contact.name }}
{{ sender.contact.email }}
{{ sender.contact.phone }}

{{ invoice.location }}, {{ date invoice.date }}

{{ t "Invoice" }} {{ invoice.number }}

{{ pre intro_text }}

{{# each items }} {{/ each }} {{# each totals.tax }} {{/ each }}
{{ t "Item" }} {{ t "Qty." }} {{ t "Description" }} {{ t "Unit Price" }} {{ t "VAT" }} {{ t "Net"}}
{{ plusOne @index }} {{ number this.quantity }} {{ pre this.title }} {{ money this.price }} {{ percent this.tax_rate }} {{ money this.net_value }}
{{ t "Subtotal" }} {{ money totals.net  }}
{{ t "VAT" }} {{ percent this.rate }} {{ money this.total }}
{{ t "Total" }} {{ money totals.total }}

{{ pre outro_text }}