{{ cheading_title }}
{% for product in products %}
{% set t = 0 %}
{% for webi_image in product.webi_images %}
{% if t == 0 %}
{% set t = t + 1 %}
{% endif %}
{% endfor %}
{% if product.is_new %}{{ pro_new }}{% endif %}
{% if product.tag_per %}
{# {{ product.tag_per }}% #}
{% endif %}
{% if product.price %}
{% if product.special %}
{% endif %}
{% endif %}
{% endfor %}
{% if product.rating %}
{% else %}
{% endif %}
{{ product.name }}
{{ product.description }}
{% if product.price %}
{% if not product.special %}
{{ product.price }}
{% else %}
{{ product.special }} {{ product.price }}
{% endif %}
{# {% if product.tax %}
{{ text_tax }} {{ product.tax }}
{% endif %} #}
{% endif %}
{{ pagination }}
{{ results }}
{{ ctext_empty }}
{% endif %}