{% extends "oscar/layout.html" %} {% load history_tags %} {% load currency_filters %} {% load reviews_tags %} {% load product_tags %} {% load display_tags %} {% load i18n %} {% load purchase_info_tags %} {% block title %} {{ product.get_meta_title }} | {{ block.super }} {% endblock %} {% block description %} {{ product.get_meta_description }} {% endblock %} {% block breadcrumbs %} {% with category=product.get_categories.first %} {% for c in category.get_ancestors_and_self %}
{{ product.description|safe }}
{% endif %}{% trans "UPC" %} | {{ product.upc }} |
---|---|
{% trans "Product Type" %} | {{ product.get_product_class.name }} |
{% trans "Price (incl. tax)" %} | {{ session.price.incl_tax_excl_deposit|currency:session.price.currency }} |
Pfand (inkl. Steuer) | {{ session.price.deposit_incl_tax|currency:session.price.currency }} |
{{ key }} | {{ value }} |
{{ av.attribute.name }} | {% if av.value_as_html is True or av.value_as_html is False %} {% with av.value_as_html as value %} {% include 'partials/boolean_value.html' %} {% endwith %} {% else %} {{ av.value_as_html }} {% endif %} |
{% trans "Number of reviews" %} | {{ product.num_approved_reviews }} |