{% extends "product/product.html" %} {% load i18n %} {% load thumbnail %} {% load satchmo_price %} {% load satchmo_util %} {% load satchmo_currency satchmo_category%} {% load satchmo_discounts satchmo_tax %} {% load app_plugins %} {% load satchmo_thumbnail %} {% block extra-head %} {% include "shop/_jquery.html" %} {% include "shop/_jquery_form.html" %} {% blackbird_logging %} {% endblock %} {% block productdetail %}
{{ product.translated_description }}
{% trans "Price" %}{% if default_view_tax %} {% trans '(incl. tax)' %}{% endif %}:
{% for att in product.translated_attributes %}
{{ att.description }}: {{ att.value }}
{% endfor %}
{{ error_message }}
{% endif %} {% endblock %}