{% extends "pages/page.html" %} {% load i18n %} {% load pages_tags mezzanine_tags i18n future staticfiles %} {% block title %}{{ page.title }}{% endblock %} {% block l_w %}{% endblock %} {% block middle_class %}
{{ page.homepage.quote }}
{% if page.homepage.quote_author %} by {% if page.homepage.quote_link %} {{ page.homepage.quote_author }} {% else %} {{ page.homepage.quote_author }} {% endif %} {% else %} by Anonymous {% endif %}
{{ port_item.portfolioitem.short_description|richtext_filters|safe|truncatewords:40 }}
{% editable product.description %}{{ product.description|richtext_filters|safe|truncatewords:10 }}{% endeditable %}
{% if product.on_sale %}R{{ product.unit_price }}
{% trans "On sale:" %} R{{ product.sale_price }}
{% else %}R{{ product.unit_price }}
{% endif %}