{% if show_lots %}{% endif %} {% if record.incoming_moves %}{% for move in record.incoming_moves %} {% if show_lots %}{% endif %} {% endfor %} {% else %}{% for move in record.moves %} {% if show_lots %}{% endif %} {% endfor %} {% endif %}
{{ label('product.product', 'code') }} {{ label('product.template', 'name') }}{{ label('stock.move', 'lot') }}{{label('stock.move', 'quantity') }} {{ label('stock.move', 'unit') }}
{{ move.product and move.product.render.code or '' }} {{ move.product and move.product.render.name or '-' }}{{ move.lot and move.lot.render.number or '' }}{% if move.raw.lot and move.lot.raw.expiration_date %} ({{ move.lot.render.expiration_date }}){% endif %}{{ move.render.quantity }} {{ move.unit.render.name }}
{{ move.product and move.product.render.code or '' }} {{ move.product and move.product.render.name or '-' }}{{ move.lot and move.lot.render.number or '' }}{% if move.raw.lot and move.lot.raw.expiration_date %} ({{ move.lot.render.expiration_date }}){% endif %}{{ move.render.quantity }} {{ move.unit.render.name }}