| Produkt-Nr. | Produkt | 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 %} |