test
{{ column_left }}
{% if column_left and column_right %}
{% set class = 'col-sm-6' %}
{% elseif column_left or column_right %}
{% set class = 'col-sm-9' %}
{% else %}
{% set class = 'col-sm-12' %}
{% endif %}
{{ content_top }}
{% else %}
{{ column_right }}{{ heading_title }}
{% if products %} {% for product in products %}
{% endfor %}
{{ 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 %} {% if product.rating %} {% endif %}{{ pagination }}
{{ results }}
{{ text_empty }}
{% endif %} {{ content_bottom }}