# {{ data.number }} -
{{ data.invoice_date | shortDate }}
{{
`${data.new_status || data.status}` | capitalize
}}
{{ 'Draft' }}
{{ 'Expiration date: ' }}
{{ data.invoice_duedate | shortDate }}
{{ 'Date of dispatch: ' }}
{{ data.emailed_date | shortDate }}
{{ 'Payment type: ' }}
{{ data.payment_type.value }}
{{ 'Client: ' }}
{{ data.client.title }}
{{ 'Total TTC: ' }}
{{ data.totalTTC() }}
{{ 'Total: ' }}
{{ data.totalTTC() }}
{{ ' ' }}
(
{{ 'including ' }}
{{ data.deposit.prepaid_amount }}
%
€
{{ 'deposit' }}
)
(
{{ 'With ' }}
{{ data.total_disbursement }}
€
{{ 'of disbursement ' }}
)
{{ 'Emailed to client ' }}
{{ data.emailed_date | shortDate }}
{{ 'Not emailed to client' }}