{% load category_filters %} {% load static %} {% load custom_filters %} {{ product.name }}
{% if messages %} {% for message in messages %}
{{ message }} ×
{% endfor %} {% endif %}
{% if product.image_url %} {{ product.name }} {% else %}
Нема слика
{% endif %}
Види производ
Промоција

{{ product.name }}

Категорија: {{ product.category | translate_category }}
Продавница: {% if product.store == "Vero" %} Vero {% elif product.store == "Reptil" %} Reptil {% elif product.store == "Ramstore" %} Ramstore {% endif %} {# {{ product.store }}#}
Цена: {{ product.price }} ден

Слични производи

{% for similar in similar_products|slice:":5" %}
{% if similar.image %} {{ similar.name }} {% else %} Нема слика {% endif %}
{{ similar.price }} ден {% if similar.price < product.price %} (Заштеда: {{ product.price|subtract:similar.price }} ден) {% endif %}
{% if similar.store == "Vero" %} Vero {% elif similar.store == "Reptil" %} Reptil {% elif similar.store == "Ramstore" %} Ramstore {% endif %} {# {{ similar.store }}#}
{% empty %}
Нема слични производи во моментов.
{% endfor %}

Историја на цени

{% if price_history %}
Тековна цена: {{ product.price|floatformat:2 }} ден
{#
#} {# Најниска:#} {# {{ min_price|floatformat:2 }} ден#} {#
#} {#
#} {# Највисока:#} {# {{ max_price|floatformat:2 }} ден#} {#
#}
{% else %}

Нема достапни историски податоци за цените.

{% endif %}
{% if price_history %}
{% endif %}