{% spaceless %} {% load i18n salebox_utils %} {% if data.wishlist.qty > 0 %}
{% if item.image %}
|
{{ item.name }} | {{ item.sale_price|sb_currency }} | {{ item.price|sb_currency }} | {% trans "Remove" %} | {% trans "Add to basket" %} |