blob: a84b6579ead7c683d31a1a4fd664b506b0392f47 [file] [log] [blame]
#------------------------------------------------------------------------
# Compiled template generated by the Template Toolkit version 2.15
#------------------------------------------------------------------------
Template::Document->new({
METADATA => {
'modtime' => '1138010588',
'name' => 'bug/process/header.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";
#line 26 "template/en/custom/bug/process/header.html.tmpl"
$output .= $context->process('global/variables.none.tmpl');
$output .= "\n";
#line 32 "template/en/custom/bug/process/header.html.tmpl"
if ($stash->get('title_tag') eq 'bug_processed') {
#line 0 "template/en/custom/bug/process/header.html.tmpl"
$stash->set('title', ($stash->get(['terms', 0, 'Bug', 0]) . " processed"));
}
elsif ($stash->get('title_tag') eq 'mid_air') {
#line 31 "template/en/custom/bug/process/header.html.tmpl"
$stash->set('title', 'Mid-air collision!');
}
$output .= "\n";
#line 34 "template/en/custom/bug/process/header.html.tmpl"
$output .= $context->process('global/header.html.tmpl');
$output .= "\n";
} };
if ($@) {
$error = $context->catch($@, \$output);
die $error unless $error->type eq 'return';
}
return $output;
},
DEFBLOCKS => {
},
});