<% &subs::manufacturer_grabber(); %> <% foreach my $a (sort keys %{$appts}) { %> <% if ($appts->{$a}->{'formatted_name'}) { %> <% my $template = $gb::pos->{$appts->{$a}->{'setting'}->{'pos'}}->{'template'}; %> <% if ($template) { %> <%= include $template, appts => $appts, a => $a %> <% } else { %> <% } %>


{$a}->{'setting'}->{'visible'} eq "checked") { %> checked="checked" <% } %> setting="visible" id="configure_visibility_<%= $a %>"> Visible {$a}->{'setting'}->{'unique'} eq "checked") { %> checked="checked" <% } %> setting="unique" id="configure_visibility_<%= $a %>"> Unique

<% if ($appts->{$a}->{'setting'}->{'main_image'}) { %> <% my $main_image = &subs::main_icon_maker({ app => $a, timestamp => $timestamp, settings => $appts->{$a}->{'setting'}, size => 'huge' }); %>
<%== $main_image %> <% } %>
<% foreach my $b (sort keys %{$gb::abilities}) { %> <% } %>
<% } %> <% } %>