summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-fixed-country.html
blob: 806d92cd6630bec13edee0c58e2ba523f65c5bd7 (plain)
1
2
3
4
5
6
7
8
9
10
<% include('tr-fixed.html', %opt ) %>
<%init>

my %opt = @_;

my $value = $opt{'curr_value'} || $opt{'value'};

$opt{'formatted_value'} = code2country($value). " ($value)";

</%init>