{% for line in inventory.lines %} {% endfor %}
{{ label('stock.inventory.line', 'product') }} {{ label('stock.inventory.line', 'expected_quantity') }} {{ label('stock.inventory.line', 'quantity') }}
{{ line.product and line.product.render.code }} - {{ line.product and line.product.render.name }} {{ line.render.expected_quantity or 0}} {{ line.render.quantity or 0}}