{{item.name}} {% if item.quantity > 1 %} (x{{item.quantity}}) {% endif %} {% if (item.promotion > 0) %} -{{ item.promotion }}%{% endif %}
{{item.description|striptags|raw}}
{% extends 'Application/' ~ settings.get("theme") ~'/base.html.twig' %} {% block title %}{{'Boutique VIP'|trans}}{% endblock %} {% block body %}
{{ (item.description|striptags) > 150 ? ((item.description|striptags|slice(0, 150)) ~ '...')|raw : (item.description|striptags|raw) }}