{{ productOption.title }}{% if productOption.isMandatory %}*{% endif %} : {% transchoice productOption.choiceQuantity with {'%count%': productOption.choiceQuantity} %} {0} Choix illimité|{1}|[2,Inf[ %count% choix possibles {% endtranschoice %}
{# première boucle pour savoir si aucune des option n'a d'image #} {% set noImg = true %} {% for productSousOption in productOption.productSousOptions %} {% if productSousOption.getWebPath %} {% set noImg = false %} {% endif %} {% endfor %} {% if noImg and productOption.choiceQuantity < 2 %} {% else %} {% endif %}
{% endif %} {% endfor %} {% if noImg and productOption.choiceQuantity < 2 %} {% endif %}