{{ heading_title }}
{% if products %} {% for product in products %}
{% endfor %}
{{ product.name }}
{% 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 }}{% if thumb or description %}
{% if thumb %}
{% endif %}
{% if description %}
{% endif %}
{{ description }}
{% endif %}