${ _("Quoting Items") }

% for item in report.order.get_items(): % endfor
${ _("Category") } ${ _("Item") } ${ _("Cost") } ${ _("Quantity") } ${ _("Total") }
${ item.sellable.get_category_description() } ${ item.sellable.get_description() } ${ format_quantity(item.quantity) } ${ item.sellable.unit_description }