Son Eklenen Ürünler

{% for product in products %}
{{ product.name }}

{{ product.name }}

{{ product.description }}

{% if product.rating %}
{% for i in 5 %} {% if product.rating < i %} {% else %} {% endif %} {% endfor %}
{% endif %} {% if product.price %}

{% if not product.special %} {{ product.price }} {% else %} {{ product.special }} {{ product.price }} {% endif %}

{% endif %}

Aynı Gün Teslimat

{% endfor %}