{{ product.name }}
{% if product.old_price %}
${{ product.old_price }}
{% endif %}
{% if product.currency == "INR" %}₹
{% elif product.currency == "USD" %}$
{% elif product.currency == "EUR" %}€
{% elif product.currency == "JPY" %}¥
{% endif %}
{{ product.price }}
{{ product.description }}