#------------------------------------------------------------------------ # Compiled template generated by the Template Toolkit version 2.09 #------------------------------------------------------------------------ Template::Document->new({ METADATA => { 'modtime' => '1031037898', 'name' => 'bug/process/midair.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 Someone else has made changes to this bug at the same time you were trying to.\n The changes made were:\n
\n\n"; $output .= $context->process('bug/activity/table.html.tmpl', { 'incomplete_data' => 0 }); $output .= "\n
\n"; if ($stash->get(['comments', 0, 'size', 0]) > $stash->get('start_at')) { $output .= "\n\n Added comments:\n
"; $output .= $context->process('bug/comments.html.tmpl'); $output .= "\n\n"; } $output .= "\n\n
\nYou have the following choices:\n
\n\n\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 => { }, });