{% extends 'base.html' %} {% block content %}
{{ currency_symbol }}{{ product.get_discounted_price|floatformat:2 }}
Save {{ currency_symbol }}{{ product.get_discount_amount|floatformat:2 }}{{ currency_symbol }}{{ product.price|floatformat:2 }}
{% endif %} {% endwith %}