% if report.method_summary:
${ _("Payment Method") } | ${ _("Income Total") } | ${ _("Outgoing Total") } |
${ _(method.description) } | ${ format_price(in_value) } | ${ format_price(out_value) } |
${ _("Subtotal") }: | ${ format_price(in_sum) } | ${ format_price(out_sum) } |
${ _("Credit") }: | -${ format_price(credit_in) } | -${ format_price(credit_out) } |
${ _("Total") }: | ${ format_price(in_sum - credit_in) } | ${ format_price(out_sum - credit_out) } |