[%# =head1 addnew This is the interface to adding a new instance of an object. (or a new row in the database, if you want to look at it that way) It displays a form containing a list of HTML components for each of the columns in the table. =cut #%]
Add a new [% classmetadata.moniker %] [% FOR col = classmetadata.columns %] [% NEXT IF col == "id" %] [% IF errors.$col %] [% errors.$col | html %] [% END %] [% END; %]