[% INCLUDE "header.tt" %] [% PROCESS "list_macros.tt" %]
[% FOR column = crud.model.list_columns %] [% END %] [% list_additional_column_headings(); %] [% SET count = 0; %] [% FOR item = items %] [% SET count = count + 1 %] [% list_row_columns(item); %] [% END %]
[% crud.column_monikers.$column %]
[% list_actions(item); %]
[% INCLUDE "pager.tt" %] Add [% INCLUDE "footer.tt" %]