{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ ' ' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},

Attached to this email you will find the files to the order: {{ order.orderNumber }}

{% for lineItem in order.lineItems %} {% if lineItem.downloads is defined and lineItem.downloads|length %} {% block lineItem %} {% endblock %} {% endif %} {% endfor %}
Prod. no. Product Downloads
{% if lineItem.payload.productNumber is defined %}{{ lineItem.payload.productNumber|u.wordwrap(80) }}{% endif %} {{ lineItem.label|u.wordwrap(80) }} {% for download in lineItem.downloads %} {% if download.accessGranted %} {% set downloadLink = url('frontend.account.order.single.download', {'orderId': order.id, 'downloadId': download.id, 'deepLinkCode': order.deepLinkCode}) %} {{ download.media.fileName }}.{{ download.media.fileExtension }}
{% endif %} {% endfor %}