<fieldset class="rows">
<legend>Patron restrictions</legend>
[% IF ( debarments.size < 1 ) %]
[% IF ( debarments.size && debarments.size < 1 ) %]
<p>Patron is currently unrestricted.</p>
[% ELSE %]
<table>
if ($default_city) { # flag the current or default val
for my $city ( @{$city_arrayref} ) {
if ($default_city == $city->{cityid}) {
if ($default_city eq $city->{cityid}) {
$city->{selected} = 1;
last;
}
-