Retenções na fonte por cliente
[% IF kept_in_source.total > 0 -%]
----------------------------------------
  [% i18n("RETENÇÕES NA FONTE, POR CLIENTE") %]
----------------------------------------
[% FOREACH customer IN kept_in_source.by_customer.keys.sort -%]
[% IF kept_in_source.by_customer.$customer > 0 -%]
[% customer.chars(30) | format("%-30s") %][% kept_in_source.by_customer.$customer | format("%.2f") | format("%10s") %]
[% END -%]
[% END -%]

[% i18n("Total") %]: [% kept_in_source.total | format("%.2f") | format("%33s") %]

[% END -%]
