<% if Can(upload) %> <% 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 %>> <% if ListView %>
  •  
  • <% end_if %> <% if Items %> <% control Items %>
  • <% if Top.ShowAll %><% end_if %>
    <% if Can(delete) %>
    delete
    <% end_if %>
  • <% end_control %> <% else %>
  • <% sprintf(_t('DataObjectManager.NOITEMSFOUND','No items 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 %>