{{ customer.company_name }}
{%- if customer.department %}
{{ customer.department }}{% endif %}
{%- if customer.street %}
{{ customer.street }}{% endif %}
{%- if customer.postalcode or customer.city %}
{{ customer.postalcode }} {{ customer.city }}{% endif %}
{%- if customer.country %}
{{ customer.country }}{% endif %}
{%- if customer.siren %}
SIREN: {{ customer.siren }}{% endif %}
{%- if customer.vat %}
TVA: {{ customer.vat }}{% endif %}
{%- if customer.contact_name %}{{ customer.contact_name }}{% endif %}
{%- if customer.contact_email %}
{{ customer.contact_email }}{% endif %}
{%- if customer.contact_phone %}
{{ customer.contact_phone }}{% endif %}
{%- if not customer.contact_name and not customer.contact_email %}—{% endif %}
| N° | Designation | Periode | Jours | Taux/j | HT | {%- if bills.vat_applicable %}TVA% | TTC | {%- endif %}
|---|---|---|---|---|---|---|---|
| {{ loop.index }} | {{ row.name }} |
{%- if row.start_date %}{{ row.start_date }}{%- endif %}
{%- if row.start_date and row.end_date %} {%- endif %} {%- if row.end_date %}{{ row.end_date }}{%- endif %} |
{{ row.hours | amount }} | {{ row.hourlyrate | amount }} | {{ row.total | amount }} | {%- if bills.vat_applicable %}{{ row.vat_rate }}% | {{ row.total_with_vat | amount }} | {%- endif %}