{% extends 'base.html' %} {% block content %}
{{ product.description|truncatewords:30 }}
{{ product.description }}
Stock: {{ product.stock }} units available
{% if request.user.is_staff %} Edit Product {% endif %}₦{{ variant.price|floatformat:2 }}
Stock: {{ variant.stock }} units
{{ review.comment }}
No reviews yet. Be the first!
{% endfor %}{{ review.comment }}
{{ review.created_at|date:'d M Y' }}No reviews yet. Be the first to review!
{% endfor %}