{{ __("Total Amount") }}: {%= format_currency(grand_total, currency) %}

{{ __("Paid") }}

{{ __("Outstanding") }}

{%= format_currency(outstanding_amount, currency) %}

{{ __("Change") }}

{{ __("Write off") }}


{% for(var i=0; i<3; i++) { %}
{% for(var j=i*3; j<(i+1)*3; j++) { %} {% } %}
{% } %}