sub display_country { return unless my $country = $card->country; return '' if $country eq 'gbr'; return uc "[$country]"; }