%page args="history" />
${ _("Last balance") } | ${ _("To receive") } | ${ _("To pay") } | ${ _("Received") } | ${ _("Paid") } | ${ _("Bal. expected") } | ${ _("Bal. real") } |
${ format_price(history.previous_balance) } | ${ format_price(history.to_receive) } | ${ format_price(history.to_pay) } | ${ format_price(history.received) } | ${ format_price(history.paid) } | ${ format_price(history.balance_expected) } | ${ format_price(history.balance_real) } |
${ _("#") } | ${ _("Status") } | ${ _("Description") } | ${ _("Value") } | ${ _("Paid/Received") } | ${ _("Due date") } | ${ _("Paid date") } | |
${ str(payment.identifier) } | ${ payment.status_str } | ${ payment.description } | ${ format_price(payment.value) } | % if payment.paid_value:${ format_price(payment.paid_value) } | % else:${ '' } | % endif${ format_date(payment.due_date) } | ${ format_date(payment.paid_date) } |