Before this change, if a payment was reconciled using the bank statement widget
the move was seperated into many multiples of lines making activity
statements twice as long as necessary.
Now payments are a single line
<spant-esc="'' if account_type == 'receivable' else 'Supplier '"/>Statement between <spant-esc="d['start']"/> and <spant-esc="d['end']"/> in <spant-esc="display_currency.name"/>
<spant-if="account_type == 'payable'">Supplier </span>Statement between <spant-esc="d['start']"/> and <spant-esc="d['end']"/> in <spant-esc="display_currency.name"/>