{% extends "base.html" %} {% comment %} ------------------------------------------------------------------- Note to template authors. This is the base product detail page. To modify pages specific types of pages, such as ProductVariations or CustomProducts look for product/detail_xxx.html ------------------------------------------------------------------- {% endcomment %} {% load i18n %} {% load satchmo_thumbnail %} {% load satchmo_price %} {% load satchmo_currency satchmo_category %} {% load satchmo_ratings %} {% load satchmo_util %} {% if "recentlist"|app_enabled %}{% load satchmo_recentlist %}{% endif %} {% block extra-head %} {% if product.meta %} {% endif %} {% endblock %} {% block navbar %}
{{ product.translated_description }}
{% trans "Price" %} {% if default_view_tax %} {% trans '(incl. tax)' %}{% endif %}:{{ error_message }}
{% endif %} {% if sale %} {% include "discount/product_eligible.html" %} {% endif %} {% product_ratings %} {% endblock %}