% layout "$controller/common", title => "Null allowed columns in $database"; % my $tables = [sort keys %$null_allowed_columns];

Null allowed columns in <%= $database %> (<%= @$tables %>)

% for (my $i = 0; $i < @$tables; $i += 3) { % for my $k (0 .. 2) { % } % }
% my $table = $tables->[$i + $k]; % if (defined $table) { query(database => $database, table => $table) %>"> <%= $table %> (<%= join(', ', @{$null_allowed_columns->{$table} || []}) %>) % }