% layout "$controller/common", title => "Null allowed columns in $database"; % my $tables = [sort keys %$null_allowed_columns];
| % my $table = $tables->[$i + $k]; % if (defined $table) { query(database => $database, table => $table) %>"> <%= $table %> (<%= join(', ', @{$null_allowed_columns->{$table} || []}) %>) % } | % }