1 % if ($location->country eq 'US' and $censustract) {
3 <TD ALIGN="right"><% mt('Census tract') |h %></TD>
5 <SPAN STYLE="background-color: #ffffff; border: 1px solid #ffffff"><% $censustract |h %></SPAN>
6 <% $censusyear |h %>
13 my $conf = FS::Conf->new;
14 my ($censustract, $censusyear);
15 if ($location->censustract) {
16 $censustract = $location->censustract;
17 $censusyear = '('. ($location->censusyear || mt('unknown year')) . ')';
18 } elsif ($conf->exists('cust_main-require_censustract')) {
19 $censustract = mt('unknown');