{% load media_tags %} {% load shop_tags %}
{% if item.product %} {% else %}
{% endif %} {% if item.image %} {% image item.image 'product' item.image_attribute_url %} {% else %} {% image_placeholder 'product' %} {% endif %} {% if item.product %} {% else %}
{% endif %}
{% if item.product %} {{ item.title }} {% else %}
{{ item.title }}
{% endif %} {% if item.variety_assignments %}
{% for assignment in item.variety_assignments %} {% include 'cubane/ishop/elements/basket/variety.html' %} {% endfor %}
{% endif %} {% if item.product.non_returnable %}
This item cannot be returned.
{% endif %}
- {{ item.quantity }} +
{% if item.deposit_only %} {% shop_price item.total_without_deposit %}

Deposit: {% shop_price item.total %}

{% else %} {% shop_price item.total %} {% endif %}