{{ invoice.payer.name }} {% if invoice.payer.additionalInfo1 | length > 1 %}{{ invoice.payer.additionalInfo1 }} {% endif %} {% if invoice.payer.additionalInfo2 | length > 1 %}{{ invoice.payer.additionalInfo2 }} {% endif %} {{ invoice.payer.address }} {{ invoice.payer.postcode }} {{ invoice.payer.city }} |
|
{% trans %}Comments{% endtrans %}: {{ invoice.data.globalComments }}
{% endif %} {% if invoice.data.paymentDeadline is defined and invoice.data.paymentDeadline is not empty and invoice.data.paymentDeadline > 0 %}{% trans %}The date of payment is{% endtrans %} {{ invoice.data.paymentDeadline }}
{% endif %}