{{ heading_title }}
{% if products %} {% for product in products %}
{% endfor %}
{{ product.name }}
{{ product.description }}
{% if product.rating %} {% endif %} {% if product.price %}{% if not product.special %} {{ product.price }} {% else %} {{ product.special }} {{ product.price }} {% endif %} {% if product.tax %} {{ text_tax }} {{ product.tax }} {% endif %}
{% endif %}{{ pagination }}
{{ results }}
{{ text_empty }}
{% endif %} {{ content_bottom }}