{% extends "website/home/base.html" %} {% block title %} Product Details | {{ product.name_english }} {% endblock %} {% load static %} {% block content %}
{% if product_images %} {% endif %} {% if product_images %}
{% else %}
{% endif %}

{{ product.name_english }}

Category: Akmam Fashion

SKU: {{ product.sku_code }}

Tk. {{ product.discount_price }} Tk. {{ product.unit_price }}
{% if product.discount_price %} {% if product.discount > 0 %} Discount: -{{ product.discount }}% (Your saved Tk. {{saved_amount}}) {% endif %} {% endif %}
{% if product.full_detail %}

{{ product.full_detail|slice:"200" }}

{% endif %} {% if product_sizes %}

Size: {% for size in product_sizes %} {% endfor %}

{% endif %}
Buy Now

{{ product.full_detail|safe }}

4.5/5
★★★★☆ (120 reviews)
Write a Review
{% csrf_token %}
All Reviews
{% for r in reviews %}
{{ r.name }}
{% for i in "12345" %} {% if forloop.counter <= r.rating %} ★ {% else %} ☆ {% endif %} {% endfor %}
{{ r.created|timesince }} ago

{{ r.review }}

{% empty %}

No reviews yet. Be the first to write one!

{% endfor %}
{% endblock %}