{% load i18n thumbnail %}
{% for item in object.items.all %}
{% thumbnail item.product.logo "40" crop="top" as img %}
{% empty %}
----
{% endthumbnail %}
{{ item.product.name }} {% if item.product.code %}({{ item.product.code }}){% endif %}
{{ item.qty }} x {{ item.product.printable_price }}
{% if is_clothes_app_enabled %}
{{ label }} | {{ value }} |