{% if invoice.paied != null %}
|
{% else %}
|
{% endif %}
{{ invoice.accountingPeriod.end|date("Y") }}
|
{{ invoice.invoiceReference }} |
{% if invoice.sent != null %}
Sent:
{{ invoice.sent|date("d-m-Y") }} |
{% else %}
|
{% endif %}
{% if invoice.paied != null %}
Paied:
{{ invoice.paied|date("d-m-Y") }} |
{{ invoice.total }}
€
{{ 'company.total.including.taxes' | trans([],'company') }}
|
{% else %}
|
|
{% endif %}
|
{% if invoice.remark != null %}
{{ invoice.remark }}
|
{% else %}
|
{% endif %}
{% endfor %}