{% extends 'base.html' %} {% load static %} {% load currency_filters i18n i18n_filters %} {% block meta %} {% if product.images.all %} {% for img in product.images.all %} {% if img.is_primary or forloop.first %} {% endif %} {% endfor %} {% else %} {% endif %} {% if product.images.all %} {% for img in product.images.all %} {% if img.is_primary or forloop.first %} {% endif %} {% endfor %} {% else %} {% endif %} {% endblock %} {% block content %}
{% trans 'Availability' %}:
{% if product.stock > 0 %} {{ product.stock }} {% trans 'units in stock' %} {% else %} {% trans 'Out of Stock' %} {% endif %}Send us your preferred price for this product. {% if product.min_offer_price %} Minimum offer: {{ currency_symbol }}{{ product.min_offer_price|convert_currency:currency_rate|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 }}