{% extends "product/base.html" %} {% load thumbnail %} {% block js %} {{ block.super }} {% endblock %} {% block css %} {{ block.super }} {% endblock %} {% block rightheader %} <... Back to Listing {% endblock %} {% block content %} {{ block.super }}
{% if product.pictures.all %}
{% thumbnail product.pictures.all.0.file 300x5000 as thumb %}
{% endif %}
{{ product.description }}
Width | {{ product.width }} {{ product.get_width_quantity_unit_display }} |
Height | {{ product.height }} {{ product.get_height_quantity_unit_display }} |
Length | {{ product.length }} {{ product.get_lenght_quantity_unit_display }} |
Wattage | {{ product.wattage }} |
Base | {{ product.base }} |
UPC | {{ product.upc }} |
Catalog Page | {{ product.catalog_page }} |
Listed Price | $ {{ product.listed_price }} |
Distributor Stock Price | $ {{ product.distributor_stock_price }} |
Distributor No Stock Price | $ {{ product.distributor_no_stock_price }} |
UN SPSC code | {{ product.un_spsc_code }} |
{{ product.category }}
{% for picture in product.pictures.all %} {% if forloop.first %}You can check the availability of this apparel by entering the quantity you need bellow.
{% endif %} {% endif %}