{% spaceless %} {% load i18n salebox_utils %} {% if data.wishlist.qty > 0 %} {% block thead %}{% endblock %} {% block pre_tbody %}{% endblock %} {% block tbody %} {% for item in data.wishlist.items %} {% endfor %} {% endblock %} {% block post_tbody %}{% endblock %} {% block tfoot %}{% endblock %}
{% if item.image %} {% else %} {% trans "n/a" %} {% endif %} {{ item.name }} {{ item.sale_price|sb_currency }} {{ item.price|sb_currency }} {% trans "Remove" %} {% trans "Add to basket" %}
{% else %}
{% trans "Your wishlist is empty" %}
{% endif %} {% endspaceless %}