BalanceOfPower

 view release on metacpan or  search on metacpan

lib/BalanceOfPower/templates/print/print_all_crises.tt  view on Meta::CPAN

[% USE ANSIColor 'color' %]
[% "CRISES" | color 'yellow' 'bold' %]
[% "===" | color 'yellow' 'bold' %]
[% i = 0 %]
[% FOREACH c IN crises %][% IF wars.$i == 1 %][% "$c.node1 <-> $c.node2 $c.print_grey_crisis_bar" | color 'red' 'bold' %][% ELSE %][% c.node1 %] <-> [% c.node2 %] [% c.print_grey_crisis_bar %][% END %][% i = i + 1 %]
[% END %]



( run in 2.552 seconds using v1.01-cache-2.11-cpan-2398b32b56e )