{{ 'invoices' }}

{{ 'filter_invoices' | translate }}

{{ 'invoice_#_' }}
{{ 'customer_' }}
{{ "date_" | translate }}
{{ 'invoice_#' | translate }} {{ 'date' | translate }} {{ 'price' | translate }} {{ 'customer' | translate }}
{{ invoice.reference }} {{ invoice.date | amDateFormat:'L LTS' }} {{ invoice.date | amDateFormat:'L' }} {{ invoice.total | currency}} {{ invoice.name }}

{{ 'no_invoices_for_now' }}

{{ 'john_smith' }}
{{ 'john_smith@example_com' }}
{{ 'invoice_reference_' | translate }} {{mkReference()}}
{{ 'code_' | translate }} {{invoice.code.model}}
{{ 'code_disabled' }}
{{ 'order_#' | translate }} {{mkNumber()}}
{{ 'invoice_issued_on_DATE_at_TIME' | translate:{DATE:(today | amDateFormat:'L'), TIME:(today | amDateFormat:'LT')} }}
{{ 'object_reservation_of_john_smith_on_DATE_at_TIME' | translate:{DATE:(inOneWeek | amDateFormat:'L'), TIME:(inOneWeek | amDateFormat:'LT')} }}
{{ 'order_summary' | translate }}
{{ 'details' }} {{ 'amount' }}
{{ 'machine_booking-3D_printer' | translate }} {{inOneWeek | amDateFormat:'LLL'}} - {{inOneWeekAndOneHour | amDateFormat:'LT'}} {{30.0 | currency}}
{{ 'total_amount' }} {{ 'total_including_all_taxes' }} {{30.0 | currency}}
{{ 'VAT_disabled' }}
{{ 'including_VAT' | translate }} {{invoice.VAT.rate}} % {{30-(30/(invoice.VAT.rate/100+1)) | currency}}
{{ 'including_total_excluding_taxes' }} {{30/(invoice.VAT.rate/100+1) | currency}}
{{ 'including_amount_payed_on_ordering' }} {{30.0 | currency}}

{{ 'settlement_by_debit_card_on_DATE_at_TIME_for_an_amount_of_AMOUNT' }}