{% extends "pages/page.html" %} {% load mezzanine_tags shop_tags i18n %} {% block main %}{{ block.super }} {% editable page.category.content %} {{ page.category.content|safe }} {% endeditable %}
{% if product.on_sale %} {{ product.unit_price|currency }} {% trans "On sale:" %} {% endif %} {{ product.price|currency }}
{% endif %}