{% extends "base_product.html" %} {% load i18n %} {% load satchmo_thumbnail %} {% load satchmo_price %} {% load satchmo_currency satchmo_category%} {% load satchmo_ratings %} {% load satchmo_util %} {% block content %}
{% autoescape off %}{{ product.translated_description }}{% endautoescape %}
{% blocktrans %}This product has trial subscription pricing {% endblocktrans %}
{{ error_message }}
{% endif %} {% if sale %} {% include "discount/product_eligible.html" %} {% endif %} {% product_ratings %} {% endblock %}