{% extends "base.html" %} {% load shop_tags i18n %} {% block title %}{{ page.category.title }}{% endblock %} {% block main %}
{% if product.on_sale %} {{ product.unit_price|currency }} {% trans "On sale:" %} {% endif %} {{ product.price|currency }}
{% endif %}