#------------------------------------------------------------------------ # Compiled template generated by the Template Toolkit version 2.09 #------------------------------------------------------------------------ Template::Document->new({ METADATA => { 'modtime' => '1024742109', 'name' => 'bug/votes/list-for-bug.html.tmpl', }, BLOCK => sub { my $context = shift || die "template sub called without context\n"; my $stash = $context->stash; my $output = ''; my $error; eval { BLOCK: { $output .= "\n"; $output .= "\n\n"; $output .= "\n"; $output .= $context->process('global/header.html.tmpl', { 'title' => 'Show Votes', 'h2' => ("Bug get('bug_id') . "\">" . $stash->get('bug_id') . "") }); $output .= "\n \n\n \n \n \n \n"; # FOREACH do { my ($value, $error, $oldloop); my $list = $stash->get('users'); unless (UNIVERSAL::isa($list, 'Template::Iterator')) { $list = Template::Config->iterator($list) || die $Template::Config::ERROR, "\n"; } ($value, $error) = $list->get_first(); eval { $oldloop = $stash->get('loop') }; $stash->set('loop', $list); eval { LOOP: while (! $error) { $stash->{'voter'} = $value; $output .= "\n \n \n \n ";; ($value, $error) = $list->get_next(); } }; $stash->set('loop', $oldloop); die $@ if $@; $error = 0 if $error && $error eq Template::Constants::STATUS_DONE; die $error if $error; }; $output .= "\n
WhoNumber of votes
\n filter('url_quote') || $context->throw($context->error); $output .= $stash->get(['voter', 0, 'name', 0]); &$filter($output); }; $output .= "\">"; # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['voter', 0, 'name', 0]); &$filter($output); }; $output .= "\n \n "; $output .= $stash->get(['voter', 0, 'count', 0]); $output .= "\n
\n\n

Total votes: "; $output .= $stash->get('total'); $output .= "

\n"; $output .= $context->process('global/footer.html.tmpl'); $output .= "\n"; } }; if ($@) { $error = $context->catch($@, \$output); die $error unless $error->type eq 'return'; } return $output; }, DEFBLOCKS => { }, });