<% if Can(add) %> <% _t('DataObjectManager.ADD','Add') %> $ButtonAddTitle <% else %>

$PluralTitle

<% end_if %>
<% if HasFilter %>$FilterDropdown<% end_if %>
 
    class="sortable-{$sourceClass}"<% end_if %>> <% if ListView %>
  • <% control Headings %> <% end_control %>
     
  • <% end_if %> <% if Items %> <% control Items %>
  • <% if Top.ListView %>
    <% control Fields %>
    <% if Value %>$Value<% else %> <% end_if %>
    <% end_control %>
    <% include Actions %>
    <% else %>
    <% if Top.ShowAll %><% end_if %>
    <% if Can(delete) %>
    delete
    <% end_if %>
    <% end_if %>
  • <% 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 %>