% for item in report.returned_items: % endfor
${ _("Code") } ${ _("Return Date") } ${ _("Item") } ${ _("Reason") } ${ _("Quantity") } ${ _("Price") }
${ item.code } ${ format_date(item.return_date) } ${ item.description } ${ item.reason } ${ item.quantity } ${ format_price(item.price) }
${ _("Total:") } ${ format_price(report.returned_sale.return_total) }