{{ data.exporter.companyNameLatin is defined ? data.exporter.companyNameLatin : '' }}
{{ data.exporter.country is defined and data.exporter.country.en is defined ? data.exporter.country.en : '' }}
{{ data.exporter.address is defined ? data.exporter.address : '' }}
{{ data.recipient.companyNameLatin is defined ? data.recipient.companyNameLatin : '' }}
{{ data.recipient.country is defined and data.recipient.country.en is defined ? data.recipient.country.en : '' }}
{{ data.recipient.address is defined ? data.recipient.address : '' }}
{{ data.transportation is defined ? data.transportation|nl2br : '' }}
{{ data.note is defined ? data.note|nl2br : '' }}
{{ data.productOrigin is defined and data.productOrigin.en is defined ? data.productOrigin.en : '' }}
{% if data.qrCode is defined and data.qrCode is not null %} qr-code {% endif %}
{{ data.number is defined ? data.number : '' }}
{{ data.date|date('d.m.Y') }}
{% if products is defined %} {% for product_info in products %}
{{ product_info.index }}. {{ product_info.product.descriptionForeign|nl2br }}
{{ product_info.product.amount }} {{ product_info.product.unit }}
{% endfor %} {% endif %}
{{ data.verificationPlace is defined ? data.verificationPlace : ''}}
{{ data.date|date('d.m.Y') }}