{% 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 %}Aynı Gün Teslimat
{{ pagination }}
{{ results }}
{% if thumb %}
{% endif %}
{% if description %}
{{ description }}
{% endif %}{% endif %} {% if categories %}
{{ text_refine }}
{% if categories|length <= 5 %}-
{% for category in categories %}
- {{ category.name }} {% endfor %}
{% for category in categories|batch((categories|length / 4)|round(1, 'ceil')) %}
{% endfor %}
-
{% for child in category %}
- {{ child.name }} {% endfor %}
{% endif %} {% endif %} {% if not categories and not products %}
{{ text_empty }}
Ayni Gün Teslimat
{% endif %} {{ content_bottom }}