{{ header }}
{{ column_left }} {% if column_left and column_right %} {% set class = 'col-sm-6' %} {% elseif column_left or column_right %} {% set class = 'col-sm-8 col-md-9 col-xs-12 colright' %} {% else %} {% set class = 'col-xs-12' %} {% endif %}
{{ content_top }}

{{ cheading_title }}

{% if products %}
{% for product in products %}
{{ product.name }} {% set t = 0 %} {% for webi_image in product.webi_images %} {% if t == 0 %} hover image {% set t = t + 1 %} {% endif %} {% endfor %} {% if product.price %} {% if product.special %}

{{ pro_new }}

{% endif %} {% endif %} {% if product.tag_per %} {{ product.tag_per }}% {% endif %}
{% if product.rating %}
{% for i in 1..5 %} {% if product.rating < i %} {% else %} {% endif %} {% endfor %}
{% else %}
{% for i in 1..5 %} {% endfor %}
{% 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 %}
{% endfor %}
{{ pagination }}
{{ results }}
{% endif %} {% if not categories and not products %}

{{ ctext_empty }}

{% endif %}
{{ column_right }}
{{ content_bottom }} {{ footer }}