{{ product.fabric }}
{% endif %} {% if product.washingInstructions is not empty %}{{ product.washingInstructions }}
{% endif %}{% extends 'ecom.html.twig' %} {% block content %} {{ include('webshop/__categories.html.twig') }}
{% if product.priceEcomOriginal is not empty and product.priceEcomOriginal > 0 %} {{ product.priceEcomOriginal }} {{ 'kr' | trans }} {{ product.priceEcomIncTax }} {{ 'kr' | trans }} {% else %} {{ product.priceEcomIncTax }} {{ 'kr' | trans }} {% endif %}
{{ 'SKU' | trans }}: {{ product.sku }}
{{ product.fabric }}
{% endif %} {% if product.washingInstructions is not empty %}{{ product.washingInstructions }}
{% endif %}