{% extends 'base.html' %} {% block content %}
{{ product.description|truncatewords:30 }}
{{ product.description }}
Stock: {{ product.stock }} units available
{% if product.allow_customer_offer %}Send us your preferred price for this product. {% if product.min_offer_price %} Minimum offer: {{ currency_symbol }}{{ product.min_offer_price|floatformat:2 }} {% endif %}
{% if request.user.is_authenticated %} {% else %}Log in to make an offer for this 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 %}