{{ heading_title }}
{{ text_search }}
{% if products %}
{% for product in products %}
{% endif %}
{% if product.rating %}
{% endif %}
{% 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 %}{{ pagination }}
{{ results }}
{{ text_empty }}
{% endif %} {{ content_bottom }}