Vendas por Posto
[% IF sales_by_station.stations.keys.size > 0 -%]
----------------------------------------
            [% i18n("VENDAS POR POSTO") %]
----------------------------------------
[% FOREACH station IN sales_by_station.stations.keys.sort -%]
[% station | format("%-32s") %] [% sales_by_station.stations.$station.total | format("%.2f") | format("%7s") %]
[% END -%]

[% i18n("Total") | format("%-32s") %] [% sales_by_station.total | format("%.2f") | format("%7s") %]
[% END -%]
