{% load humanize payment_request_tools %}
Fund total
{{ CURRENCY_SYMBOL }}{{ object.value|intcomma }}
Total paid
{{ CURRENCY_SYMBOL }}{{ object.paid_value|intcomma }}
({% percentage object.paid_value object.value %}%)
Awaiting payment
{{ CURRENCY_SYMBOL }}{{ object.unpaid_value|intcomma}}
({% percentage object.unpaid_value object.value %}%)