The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<%args>
$action
$next
</%args>
<&|/_elements/wrapper, title => 'Signup' &>
<h2><% _("Signup") %></h2>
<% Jifty->web->form->start(call => $next, name => "signupbox") %>
% foreach my $key ($action->argument_names) {
<% $action->form_field($key) %>
% }
<% Jifty->web->form->submit(label => _('Signup'), submit => $action) %>
<% Jifty->web->form->end %>
</&>