{{ 'Offert' | trans | upper }} {{ order.orderNr }}{{ 'Offertdatum' | trans }} {{ order.dateCreated | date('Y m d') }} |
{% if logo is not empty %}
|
|
|
{{ 'Produkt' | trans }} | {{ 'Storlek' | trans }} | {{ 'Antal' | trans }} | {{ 'Pris ex moms' | trans }} |
---|---|---|---|
{{ item.productName }}
{{ item.productSku }} {% set texts = item.getArrayTexts() %} {% if texts is not empty %} {% for text in texts %} - {{ text | raw }} {% endfor %} {% endif %} {% if item.addOnText is not empty %} - {{ item.addOnText | raw }} {% endif %} |
{{ item.productSizeText }} | {{ item.quantity }} | {{ item.price | number_format(2, '.', ' ') }} {{ 'kr' | trans }} |
|