#------------------------------------------------------------------------ # 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
Who | \nNumber of votes | \n
---|---|
\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 | \n"; $output .= $stash->get(['voter', 0, 'count', 0]); $output .= "\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 => { }, });