{% extends "layout.html" %} {% load currency_filters %} {% load history_tags %} {% load basket_tags %} {% block header %}
| UPC | {{item.upc}} |
|---|---|
| Product class | {{item.product_class.name}} |
| Price (excl. tax) | {{item.stockrecord.price_incl_tax|currency}} |
| Price (incl. tax) | {{item.stockrecord.price_excl_tax|currency}} |
| Availability | {{ item.stockrecord.availability }} |
| Product type | {% if item.is_group %}Product group{% else %}{% if item.is_variant %}Variant{% else %}Stand-alone{% endif %}{% endif %} |
| {{ attribute.type.name }} | {{ attribute.value }} |