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

{{ text_refine }}

{% if categories|length <= 5 %} {% else %} {% for category in categories|batch((categories|length / 4)|round(1, 'ceil')) %} {% endfor %} {% endif %}
{% endif %} {% 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.is_new %}{{ pro_new }}{% endif %} {% if product.tag_per %} {# {{ product.tag_per }}% #} {% endif %} {% if product.price %} {% if product.special %} {% endif %} {% 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 }}