<% if Can(add) %> <% sprintf(_t('DataObjectManager.ADDITEM','Add %s',PR_MEDIUM,'Add [name]'),$AddTitle) %> <% else %>

$PluralTitle

<% end_if %>
<% if HasFilter %>
$FilterDropdown
<% end_if %>
    class="sortable-{$sourceClass}"<% end_if %>>
  • <% control Headings %> <% end_control %>
     
  • <% if Items %> <% control Items %>
  • <% control Fields %>
    <% if Value %>$Value<% else %> <% end_if %>
    <% end_control %>
    <% include Actions %>
  • <% end_control %> <% else %>
  • <% sprintf(_t('DataObjectManager.NOITEMSFOUND','No %s found'),$PluralTitle) %>
  • <% end_if %>
<% if Sortable %> checked="checked"<% end_if %> value="<% if Paginated %>$ShowAllLink<% else %>$PaginatedLink<% end_if %>" /> <% end_if %>
<% if ShowAll %><% else %>$PerPageDropdown<% end_if %>