{{item.name}} {% if item.quantity > 1 %} (x{{item.quantity}}) {% endif %} {% if (item.promotion > 0) %} -{{ item.promotion }}%{% endif %}
{{ (item.description|striptags) > 150 ? ((item.description|striptags|slice(0, 150)) ~ '...')|raw : (item.description|striptags|raw) }}