{% load custom_filters %} {% load static %} {% load static %} Home
{% if messages %} {% for message in messages %}
{{ message }} ×
{% endfor %} {% endif %}
{% load static %} {% block details %} {% endblock %}

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

{#Line#}
{% for store in stores_with_products %}

{{ store.name }}

{% if store.products %} {% for product in store.products %}
{{ product.name }}
{{ product.name }} {{ product.price }} ден. {{ product.actual_price }} ден.
{% endfor %} {% else %}

No discounted products available for {{ store.name }}.

{% endif %}
{% endfor %}