{% if cart.items == empty %}
{{ line_item.variant.title }}
{% endunless %} {% unless line_item.selling_plan_allocation == empty %}{{ line_item.selling_plan_allocation.selling_plan.name }}
{% endunless %} {% unless line_item.properties == empty %}
{% if line_item.original_line_price > line_item.final_line_price %}
{{ line_item.original_line_price | money }}
{% endif %}
{{ line_item.final_line_price | money }}