{% if line.raw.description %}
{{ line.render.description }} |
{% elif line.raw.product_supplier and line.product_supplier.raw.name %}
{{ line.product_supplier.render.code or '-' }} |
{{ line.product_supplier.render.name or '-' }} |
{% elif line.raw.product %}
{{ line.product and line.product.render.code or '-' }} |
{{ line.product and line.product.render.name or '-' }} |
{% endif %}
{{ line.render.quantity }} {{ line.unit and line.unit.render.symbol or '' }} |
{% endif %}
{% if line.raw.type == 'comment' %}