${ _("Code") } | ${ _("Item") } | ${ _("Quantity") } | ${ _("Produced") } | ${ _("Lost") } |
${ item.product.sellable.code } | ${ item.product.sellable.get_description() } | ${ format_quantity(item.quantity)} ${ item.unit_description } | ${ format_quantity(item.produced)} ${ item.unit_description } | ${ format_quantity(item.lost)} ${ item.unit_description } |
${ format_quantity(to_produce)} ${ item.unit_description } | ${ format_quantity(produced)} ${ item.unit_description } | ${ format_quantity(lost)} ${ item.unit_description } |