{{ 'date'|trans }}:
{{ invoice['invoice.date'] }}
{{ 'invoice.number'|trans }}:
{{ invoice['invoice.number'] }}
{{ 'invoice.due_days'|trans }}:
{{ invoice['invoice.due_date'] }}
| {{ 'date'|trans }} | {{ 'description'|trans }} | {{ 'unit_price'|trans }} | {{ 'amount'|trans }} | {{ 'total_rate'|trans }} |
|---|---|---|---|---|
| {{ invoiceLineItem['entry.begin'] }} | {% if invoiceLineItem['entry.description'] is not empty %} {{ invoiceLineItem['entry.description']|nl2br }} {% else %} {% if invoiceLineItem['entry.activity'] is defined %} {{ invoiceLineItem['entry.activity'] }} / {% endif %} {{ invoiceLineItem['entry.project'] }} {% endif %} | {{ invoiceLineItem['entry.rate'] }} | {{ invoiceLineItem['entry.amount'] }} | {{ invoiceLineItem['entry.total'] }} |
| {{ 'invoice.subtotal'|trans }} | {{ invoice['invoice.subtotal'] }} | |||
| {{ taxRow['name']|trans }} ({{ taxRow['rate'] }}%) {% if taxRow['note'] is not null %} [{{ taxRow['counter'] }}] {% endif %} | {{ taxRow['amount']|money(taxRow['currency']) }} | |||
| {{ 'invoice.total'|trans }} | {{ invoice['invoice.total'] }} | |||
[{{ taxRow['counter'] }}] {{ taxRow['note']|trans }}
{% endif %} {% endfor %} {% if invoice['template.payment_terms'] is not empty %} {{ invoice['template.payment_terms']|md2html }} {% endif %}