{{ type }}

{{ company.phone }}
{{ company.mail }}
{{ company.webSite }}
{{ company.address }}

ID: {{ company.identificationNumber }}
VAT: {{ company.taxesNumber }}
Client
{{ client.name }}
{{ client.address }}
# {{ type }}
{{ number }}
Project
{{ title }}
Date
{{ date | date_format: dd/MM/yyyy }}
Total
{{ amount }}
{% for item in items %} {% /for %} {% if discount %} {% /if %} {% for tax in taxesDetails %} {% /for %}
Item Price Qty ET Total Taxes Total
{{ item.title }}{% if item.details %}
{{ item.details }}{% /if %}
{{ item.amount }} {{ item.quantity }} {{ item.totalWithoutTaxes }} {% if item.taxesRate %}{{ item.taxesRate }}{% /if %} {% if item.free %}{% /if %}{{ item.total }}{% if item.free %}
FREE{% /if %}
Discount {{ discount }}
ET total {{ amountWithoutTaxes }}
{{ tax.name }} {{ tax.rate }} {{ tax.amount }}
Total {{ amount }}