<% services = list(report.order.get_service_items()) %> % if services:

Services

% for item in services: % endfor
${ _("Code") } ${ _("Description") } ${ _("Quantity") }
${ item.service.sellable.code } ${ item.service.sellable.get_description() } ${ format_quantity(item.quantity)} ${ item.unit_description }
% endif