{% spaceless %} {% load 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 %} n/a {% endif %} {{ item.name }} {{ item.sale_price|sb_currency }} {{ item.price|sb_currency }} remove add to basket
{% else %}
Your wishlist is empty
{% endif %} {% endspaceless %}