<% if Markable %> <% include TableListField_SelectOptions %> <% end_if %> <% include TableListField_PageControls %> <% if Markable %><% end_if %> <% loop Headings %> <% end_loop %> <% loop Actions %><% end_loop %> <% if HasSummary %> <% if Markable %><% end_if %> <% loop SummaryFields %> class="$Function"<% end_if %>>$SummaryValue <% end_loop %> <% loop Actions %><% end_loop %> <% end_if %> <% if Can(add) %> <% if Markable %><% end_if %> <% loop Actions %><% end_loop %> <% end_if %> <% if Items %> <% loop Items %> <% include TableListField_Item %> <% end_loop %> <% else %> <% if Markable %><% end_if %> <% loop Actions %><% end_loop %> <% end_if %>
  <% if IsSortable %> $Title <% if SortDirection = desc %> <% _t('SORTASC', 'Sort ascending') %> <% else %> <% _t('SORTDESC', 'Sort descending') %> <% end_if %>   <% else %> $Title <% end_if %>  
 $SummaryTitle 
  <% _t('ADDITEM', 'add') %> <% sprintf(_t('ADDITEM', 'Add %s', 'Add [name]'),$Title) %>  
 <% _t('NOITEMSFOUND', 'No items found') %> 
<% if Utility %>
<% loop Utility %> $Title <% end_loop %>
<% end_if %>