#------------------------------------------------------------------------ # Compiled template generated by the Template Toolkit version 2.09 #------------------------------------------------------------------------ Template::Document->new({ METADATA => { 'modtime' => '1020712629', 'name' => 'bug/votes/delete-all.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' => 'Remove your votes?' }); $output .= "\n\n

\n You are about to remove all of your bug votes. Are you sure you wish to \n remove your vote from every bug you've voted on?\n

\n\n
\n \n

\n \n Yes, delete all my votes\n

\n

\n \n No, go back and review my votes\n

\n

\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 => { }, });