{% extends "@Flexy/FrontBundle/Themes/IlaveU/templates/layout.html.twig" %} {% block body %}

Tarifs

{% for categorie in categories %} {% if categorie.parentCategory == null %} {% endif %} {% endfor %}
{% for categorie in categories %} {% if categorie.parentCategory != null %} {% endif %} {% endfor %}
{% for product in products %} {% if product.productType == "simple" or product.productType == "pack" %}
{% set rootVendor = "" %} {% if is_granted('ROLE_VENDOR') %} {% set rootVendor = "/" %} {% endif %} {% set price = product.price %} {% if product.reduction %} {% set price = product.price - product.reduction %} {% endif %} {# add-product-to-cart OLD CSS CLASS #}
0 %} data-attribute="true" {% endif %} >
{{product.name}}
{% if product.description|length < 100 %} {{product.description}} {% else %} {{product.description|slice(0,100)}}... {% endif %}
{% if product.isLabelPriceFrom == true %} Á partir de {% endif %} {% if product.reduction %} {{ product.price }} MAD
{{ price }} MAD {% else %} {{ price }} MAD {% endif %}
{% if product.productType == "simple" %}
0
{% endif %}
{% elseif product.attributValues|length > 0 and product.productType == "variable" %}
{% set rootVendor = "" %} {% if is_granted('ROLE_VENDOR') %} {% set rootVendor = "/" %} {% endif %} {% set price = product.price %} {% if product.reduction %} {% set price = product.price - product.reduction %} {% endif %}
0 %} data-attribute="true" {% endif %} >
{{product.name}}
{% if product.description|length < 100 %} {{product.description}} {% else %} {{product.description|slice(0,100)}}... {% endif %}
{% if product.isLabelPriceFrom == true %} Á partir de {% endif %} {% if product.reduction %} {{ product.price }} MAD
{{ price }} MAD {% else %} {{ price }} MAD {% endif %}
{% endif %} {% endfor %}
{% for product in products %} {% if product.attributValues|length > 0 and product.productType == "variable" %} {% set price = product.price %} {% if product.reduction %} {% set price = product.price - product.reduction %} {% endif %} {% endif %} {% endfor %} {% endblock %} {% block javascripts %} {{parent()}} {% endblock %}