{{ type }}

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

SIRET : {{ company.identificationNumber }}
TVA : {{ company.taxesNumber }}
Client
{{ client.name }}
{{ client.address }}
# {{ type }}
{{ number }}
Projet
{{ title }}
Date
{{ date | date_format: dd/MM/yyyy }}
Total
{{ amount }}
{% for item in items %} {% /for %} {% if discount %} {% /if %} {% for tax in taxesDetails %} {% /for %}
Description Prix Qté Total HT TVA TTC
{{ 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 %}
OFFERT{% /if %}
Réduction {{ discount }}
Total HT {{ amountWithoutTaxes }}
{{ tax.name }} {{ tax.rate }} {{ tax.amount }}
TTC {{ amount }}