<% total = 0 %> % for item in report.order.get_items(): <% total += item.quantity %> % endfor
${ _("Code") } ${ _("Item") } ${ _("Quantity") }
${ item.sellable.code } ${ item.sellable.get_description() } ${ item.get_quantity_unit_string() }
${ format_quantity(total) }