<% if Markable %> <% include TableListField_SelectOptions %> <% end_if %> <% include TableListField_PageControls %> <% if Markable %><% end_if %> <% control Headings %> <% end_control %> <% control Actions %><% end_control %> <% if HasSummary %> <% if Markable %><% end_if %> <% control SummaryFields %> class="$Function"<% end_if %>>$SummaryValue <% end_control %> <% control Actions %><% end_control %> <% end_if %> <% if Can(add) %> <% if Markable %><% end_if %> <% control Actions %><% end_control %> <% end_if %> <% if Items %> <% control Items %> <% include TableListField_Item %> <% end_control %> <% else %> <% if Markable %><% end_if %> <% control Actions %><% end_control %> <% 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', PR_MEDIUM, 'Add [name]'),$Title) %>  
 <% _t('NOITEMSFOUND', 'No items found') %> 
<% if Utility %>
<% control Utility %> $Title <% end_control %>
<% end_if %>