<% include TableListField_PageControls %> <% if Message %>

$Message

<% else %> <% end_if %> <% loop Headings %> <% end_loop %> <% if Can(delete) %><% end_if %> <% if HasSummary %> <% loop SummaryFields %> class="$Function"<% end_if %>>$SummaryValue <% end_loop %> <% if Can(delete) %><% end_if %> <% end_if %> <% if Can(add) %> <% if Can(delete) %><% end_if %> <% end_if %> <% if Items %> <% loop Items %> <% loop Fields %> <% end_loop %> <% if Can(delete) %><% end_if %> <% end_loop %> <% else %> <% if Markable %><% end_if %> <% if Can(delete) %><% end_if %> <% end_if %>
$Title 
$SummaryTitle 
<% _t('TableField.ss.ADD','Add a new row') %> <% sprintf(_t('TableField.ss.ADDITEM','Add %s'),$Title) %>  
$Field$ExtraData<% _t('TableField.ss.DELETE') %>
 <% _t('TableField.ss.NOITEMSFOUND') %> 
<% if Print %><% else %>
<% loop Utility %> $Title <% end_loop %>
<% end_if %> <% if Message %> $Message <% end_if %>