[%# =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. =cut #%] [% PROCESS macros %] [% INCLUDE header %] [% FOR item = objects; %]

Edit [% item.name %]

[% FOR col = classmetadata.columns; NEXT IF col == "id"; "

"; ""; classmetadata.colnames.$col; ""; ": "; item.to_field(col).as_HTML; "

"; IF errors.$col; errors.$col; END; ''; END %] [% INCLUDE footer %]