BalanceOfPower
view release on metacpan or search on metacpan
lib/BalanceOfPower/templates/print/print_nation_statistics.tt view on Meta::CPAN
[% USE ANSIColor 'color' %]
[% "$nation" | color 'yellow' 'bold' %]
[% "===" | color 'yellow' 'bold' %]
[% FILTER color 'yellow' %][% FILTER format('%-12s') %]Year[% END %][% INCLUDE 'fragments/nation_attributes_header.tt' %][% END %]
[% FOREACH t IN statistics.keys.sort %][% FILTER format('%-12s') %][% t %][% END %]
[%- nationstats = statistics.$t -%]
[%- INCLUDE 'fragments/nation_attributes.tt' -%]
[% END %]
( run in 0.768 second using v1.01-cache-2.11-cpan-b16cb0d3907 )