{% for item in just_for_you_products %}
{% if item.cover_product_attribute.final_discount.total_discount%} {{ item.cover_product_attribute.final_discount.total_discount_percentage }}% OFF {% endif %} {% comment %} {% endcomment %}
{{ item.product_name }} {% if item.cover_product_attribute.final_discount.total_discount %}
৳ {{ item.cover_product_attribute.product_final_price }} ৳ {{ item.cover_product_attribute.regular_price }}
{% else %}
৳ {{ item.cover_product_attribute.regular_price }}
{% endif %}

{% if item.product_stock_status.flag %} Stock: {{item.product_stock_status.stock_qty}} {% else %} Out of stock {% endif %}

{% comment %} {% if item.product_stock_status.flag %} Buy now {% else %} Buy now {% endif %} {% endcomment %} Buy now
{% endfor %}