<%args> <%doc> =head1 edit This is the edit page. It edits the passed-in object, by displaying a form similar to L but with the current values filled in. <& header, %ARGS &> %foreach my $item (@$objects) { % my $string = $item->stringify_column;
Edit <% $item->$string %> %foreach my $col (@{$classmetadata->{columns}}) { % next if $col eq "id"; % if ($request->{template_args}->{errors}->{$col}) { <%$request->{template_args}->{errors}->{$col}%> % } %}
%} <& footer, %ARGS &>