{% load shop_tags %} {% load media_tags %} {{ item.image.caption }} {% if item.product %} {{ item.title }} {% else %}
{{ item.title }}
{% endif %}
{% if item.product %} In {{ item.product.primary_category }} {% endif %} {% if item.variety_assignments %}
{% for assignment in item.variety_assignments %}
{{ assignment.variety_option.variety.display_title }}: {{ assignment.variety_option.title }} {% if assignment.variety_option.image %} {{ assignment.variety_option.image.caption }} {% endif %}
{% endfor %}
{% endif %} {% if item.custom_properties %}
{% for property in item.custom_properties %}
{{ property.value }} {{ property.unit }}
{% endfor %}
{% endif %} {% if item.is_non_returnable %}
This item cannot be returned.
{% endif %}

{{ item.quantity }}

{% if not order.is_invoice %} {% if item.deposit_only %}

{% shop_price item.total_without_deposit %}

Deposit: {% shop_price item.total %}

{% else %}

{% shop_price item.total %}

{% endif %} {% endif %}