{% extends "client_base.html" %} {% load static %} {% block title %}Products{% endblock %} {% block content %} {% comment %}

Back {{product_obj|length}} items found

{% endcomment %}
{% for item in obj_list %}
{% 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 varient.stock > 0 and variant.stock >= item.moq %} Buy now {% else %} Buy now {% endif %} {% endcomment %} Buy now
{% endfor %}
{% endblock %} {% block JS %} {% endblock %}