{% spaceless %} {% if data.basket.qty > 0 %} {% block thead %}{% endblock %} {% block pre_tbody %}{% endblock %} {% block tbody %} {% for item in data.basket.items %} {% if request.user.is_authenticated %} {% endif %} {% endfor %} {% endblock %} {% block post_tbody %}{% endblock %} {% block tfoot %} {% endblock %}
{% if item.image %} {% else %} n/a {% endif %} {{ item.variant.name }} {{ item.variant.sale_price_display.formatted_html | safe }} {% if disable_qty_change is not True %} {% if item.qty > 1 %} {% else %} {% endif %} {% endif %} x{{ item.qty }} {% if disable_qty_change is not True %} {% endif %} {{ item.variant.qty_sale_price.formatted_html | safe }} {{ item.price.formatted_html | safe }} remove move to wishlist
{{ data.basket.sale_price.formatted_html | safe }}

{% else %}
Your basket is empty
{% endif %} {% endspaceless %}