#------------------------------------------------------------------------ # Compiled template generated by the Template Toolkit version 2.09 #------------------------------------------------------------------------ Template::Document->new({ METADATA => { 'modtime' => '1022141636', 'name' => 'account/password/set-forgotten-password.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"; $output .= $context->process('global/header.html.tmpl'); $output .= "\n\n

\n To change your password, enter a new password twice:\n

\n\n
\n filter('html') || $context->throw($context->error); $output .= $stash->get('token'); &$filter($output); }; $output .= "\">\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
New Password:\n \n
New Password Again:\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 => { }, });