${ _("Code") } | ${ _("Date") } | ${ _("Description") } | ${ _("Value") } |
${ item.identifier } | ${ format_date(item.paid_date) } | ${ item.description } | ${ (not item.is_outpayment() and '-' or '') } ${ format_price(item.value) } |
${ _("Total:") } | ${ format_price(report.client.credit_account_balance) } |