{% for item in creditItems %} {% endfor %}
{{ 'Sku' | trans }} {{ 'Produktnamn' | trans }} {{ 'Size' | trans }} {{ 'Quantity' | trans }} {{ 'Price' | trans }}
{{ item.productSku }} {{ item.productName }} {{ item.productSizeText }} {{ item.quantity }} {{ item.productPrice | number_format(2, '.', ',') }} {{ 'kr' | trans }}