#------------------------------------------------------------------------ # Compiled template generated by the Template Toolkit version 2.09 #------------------------------------------------------------------------ Template::Document->new({ METADATA => { 'modtime' => '1019863133', 'name' => 'reports/duplicates-simple.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 \n\n"; if ($stash->get('product')) { $stash->set('title', ("Most Frequently Reported Bugs for " . $stash->get('product'))); } else { $output .= " "; $stash->set('title', 'Most Frequently Reported Bugs'); } $output .= "\n\n \n "; $output .= $stash->get('title'); $output .= "\n \n\n "; $output .= $context->process('reports/duplicates-table.html.tmpl'); $output .= "\n \n\n\n"; } }; if ($@) { $error = $context->catch($@, \$output); die $error unless $error->type eq 'return'; } return $output; }, DEFBLOCKS => { }, });