{% if display_feature %}
{% for product in product_features %}
{% if product.special and display_sale %} {{ objlang.get('text_sale') }} {% endif %} {% if product.productNew and display_new %} {{ objlang.get('text_new') }} {% endif %} {% if product_image %} {% if product_image_num ==2 %} {{ product.name }} {{ product.name }} {% else %} {{ product.name }} {% endif %} {% endif %} {% if display_addtocart or display_wishlist or display_compare %}
{% if display_addtocart %} {% endif %} {% if display_wishlist %} {% endif %} {% if display_compare %} {% endif %}
{% endif %}
{% if display_title == 1 %}

{{ product.name_maxlength }}

{% endif %} {% if display_description %}

{{ product.description_maxlength|raw }}

{% endif %} {% if display_rating %}
{% for j in 1..5 %} {% if product.rating < j %} {% else %} {% endif %} {% endfor %}
{% endif %} {% if product.price and display_price %}

{% if not product.special %} {{ product.price }} {% else %} {{ product.special }} {{ product.price }} {% endif %}

{% endif %}
{% endfor %}
{% endif %}
{% for product in list if product_feature_ids not in product.product_id %} {% set i = i + 1 %} {% if i % nb_rows == 1 or nb_rows == 1 %}
{% endif %}
{% if product.special and display_sale %} {# {{ objlang.get('text_sale') }} #} {{ product.discount}} {% endif %} {% if product.productNew and display_new %} {{ objlang.get('text_new') }} {% endif %} {% if product_image %} {% if product_image_num ==2 %} {{ product.name }} {{ product.name }} {% else %} {{ product.name }} {% endif %} {% endif %}
{% if display_title == 1 %}

{{ product.name_maxlength }}

{% endif %} {% if display_rating %}
{% for j in 1..5 %} {% if product.rating < j %} {% else %} {% endif %} {% endfor %}
{% endif %} {% if product.price and display_price %}

{% if not product.special %} {{ product.price }} {% else %} {{ product.special }} {{ product.price }} {% endif %}

{% endif %} {% if display_description %}

{{ product.description_maxlength|raw }}

{% endif %}
{% if display_wishlist %} {% endif %} {% if display_addtocart %} {% endif %} {% if display_compare %} {% endif %}
{{ text_time_left }}
{% if i % nb_rows == 0 or i == count_item %}
{% endif %} {% endfor %}