Актуелни Попусти

{% if stores_with_products %} {% for store in stores_with_products %}

{{ store.name }}

{% if store.products %} {% for product in store.products|slice:":3" %}
{{ product.name }}
{{ product.name }} {{ product.price }} ден. {{ product.actual_price }} ден.
{% endfor %} {% else %}

Нема достапни попусти за {{ store.name }}.

{% endif %}
{% endfor %} {% else %}

No flyer data available. Please log in or check back later. (Debug: stores_with_products is empty)

{% endif %}